#41112B

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

Shades of Blackberry #41112B

Tints of Blackberry #41112B

Color information

#41112B (or 0x41112B) is unknown color: approx Blackberry. HEX triplet: 41, 11 and 2B. RGB value is (65,17,43). Sum of RGB (Red+Green+Blue) = 65+17+43=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #41112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41112B is #BEEED4. Grayscale: #222222. Windows color (decimal): -12512981 or 2822465. OLE color: 2822465.

HSL color Cylindrical-coordinate representation of color #41112B: hue angle of 327.5º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41112B is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB651743-
CMYK00.740.340.75
HSL327.5º58.54%16.08%-
HSV(B)327.5º73.85%25.49%-
XYZ2.821.72.47-
YUV34.32132.9149.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52%
GREEN value IS 17 (7.03% from 255) = 13.6%
BLUE value IS 43 (17.19% from 255) = 34.4%
R=52%
G=13.6%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65174300.740.340.75327.558.5416.08
Hex41112B04A224B1483b10
Octal10121530112421135107320
Binary10000011000110101101001010100010100101110100100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41112B; }

 p { color: rgb(65,17,43); }

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

<style>
 a { background-color: #41112B; }

 a { background-color: rgb(65,17,43); }

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

<style>
 span { border-color: #41112B; }

 span { border-color: rgb(65,17,43); }

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