#41102C

Color #41102C Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #41102C

Tints of Blackberry #41102C

Color information

#41102C (or 0x41102C) is unknown color: approx Blackberry. HEX triplet: 41, 10 and 2C. RGB value is (65,16,44). Sum of RGB (Red+Green+Blue) = 65+16+44=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #41102C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41102C is #BEEFD3. Grayscale: #212121. Windows color (decimal): -12513236 or 2887745. OLE color: 2887745.

HSL color Cylindrical-coordinate representation of color #41102C: hue angle of 325.71º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41102C is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB651644-
CMYK00.750.320.75
HSL325.71º60.49%15.88%-
HSV(B)325.71º75.38%25.49%-
XYZ2.821.682.56-
YUV33.84133.73150.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 52%
GREEN value IS 16 (6.64% from 255) = 12.8%
BLUE value IS 44 (17.58% from 255) = 35.2%
R=52%
G=12.8%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65164400.750.320.75325.7160.4915.88
Hex41102C04B204B1463c10
Octal10120540113401135067420
Binary10000011000010110001001011100000100101110100011011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41102C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41102C; }

 p { color: rgb(65,16,44); }

 H1.HeaderClassName
 {
   color: #41102C;
 }
 .AnyTagClassName
 {
   color: #41102C;
 }
</style>
background-color css

<style>
 a { background-color: #41102C; }

 a { background-color: rgb(65,16,44); }

 div.DivClassName
 {
   background-color: #41102C;
 }
 .BgClassName
 {
   background-color: #41102C;
 }
</style>
border-color css

<style>
 span { border-color: #41102C; }

 span { border-color: rgb(65,16,44); }

 td.TdClassName
 {
   border-color: #41102C;
 }
 .TagClassName
 {
   border-color: #41102C;
 }
</style>