#41122F

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

Shades of Blackberry #41122F

Tints of Blackberry #41122F

Color information

#41122F (or 0x41122F) is unknown color: approx Blackberry. HEX triplet: 41, 12 and 2F. RGB value is (65,18,47). Sum of RGB (Red+Green+Blue) = 65+18+47=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #41122F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41122F is #BEEDD0. Grayscale: #232323. Windows color (decimal): -12512721 or 3084865. OLE color: 3084865.

HSL color Cylindrical-coordinate representation of color #41122F: hue angle of 322.98º 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 #41122F is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB651847-
CMYK00.720.280.75
HSL322.98º56.63%16.27%-
HSV(B)322.98º72.31%25.49%-
XYZ2.911.762.88-
YUV35.36134.57149.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 13.85%
BLUE value IS 47 (18.75% from 255) = 36.15%
R=50%
G=13.85%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65184700.720.280.75322.9856.6316.27
Hex41122F0481C4B1433910
Octal10122570110341135037120
Binary1000001100101011110100100011100100101110100001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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