#41162C

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

Shades of Blackberry #41162C

Tints of Blackberry #41162C

Color information

#41162C (or 0x41162C) is unknown color: approx Blackberry. HEX triplet: 41, 16 and 2C. RGB value is (65,22,44). Sum of RGB (Red+Green+Blue) = 65+22+44=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #41162C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41162C is #BEE9D3. Grayscale: #252525. Windows color (decimal): -12511700 or 2889281. OLE color: 2889281.

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

Color convert

RGB652244-
CMYK00.660.320.75
HSL329.3º49.43%17.06%-
HSV(B)329.3º66.15%25.49%-
XYZ2.921.882.59-
YUV37.36131.75147.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.62%
GREEN value IS 22 (8.98% from 255) = 16.79%
BLUE value IS 44 (17.58% from 255) = 33.59%
R=49.62%
G=16.79%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65224400.660.320.75329.349.4317.06
Hex41162C042204B1493111
Octal10126540102401135116121
Binary10000011011010110001000010100000100101110100100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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