#41112A

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

Shades of Blackberry #41112A

Tints of Blackberry #41112A

Color information

#41112A (or 0x41112A) is unknown color: approx Blackberry. HEX triplet: 41, 11 and 2A. RGB value is (65,17,42). Sum of RGB (Red+Green+Blue) = 65+17+42=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #41112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41112A is #BEEED5. Grayscale: #222222. Windows color (decimal): -12512982 or 2756929. OLE color: 2756929.

HSL color Cylindrical-coordinate representation of color #41112A: hue angle of 328.75º 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 #41112A is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB651742-
CMYK00.740.350.75
HSL328.75º58.54%16.08%-
HSV(B)328.75º73.85%25.49%-
XYZ2.81.692.37-
YUV34.2132.4149.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.42%
GREEN value IS 17 (7.03% from 255) = 13.71%
BLUE value IS 42 (16.80% from 255) = 33.87%
R=52.42%
G=13.71%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65174200.740.350.75328.7558.5416.08
Hex41112A04A234B1493b10
Octal10121520112431135117320
Binary10000011000110101001001010100011100101110100100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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