#41122C

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

Shades of Blackberry #41122C

Tints of Blackberry #41122C

Color information

#41122C (or 0x41122C) is unknown color: approx Blackberry. HEX triplet: 41, 12 and 2C. RGB value is (65,18,44). Sum of RGB (Red+Green+Blue) = 65+18+44=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 44 (17.58% from 255 or 34.65% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #41122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41122C is #BEEDD3. Grayscale: #222222. Windows color (decimal): -12512724 or 2888257. OLE color: 2888257.

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

Color convert

RGB651844-
CMYK00.720.320.75
HSL326.81º56.63%16.27%-
HSV(B)326.81º72.31%25.49%-
XYZ2.851.742.57-
YUV35.02133.07149.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.18%
GREEN value IS 18 (7.42% from 255) = 14.17%
BLUE value IS 44 (17.58% from 255) = 34.65%
R=51.18%
G=14.17%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65184400.720.320.75326.8156.6316.27
Hex41122C048204B1473910
Octal10122540110401135077120
Binary10000011001010110001001000100000100101110100011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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