#41122E

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

Shades of Blackberry #41122E

Tints of Blackberry #41122E

Color information

#41122E (or 0x41122E) is unknown color: approx Blackberry. HEX triplet: 41, 12 and 2E. RGB value is (65,18,46). Sum of RGB (Red+Green+Blue) = 65+18+46=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 46 (18.36% from 255 or 35.66% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #41122E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41122E is #BEEDD1. Grayscale: #232323. Windows color (decimal): -12512722 or 3019329. OLE color: 3019329.

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

Color convert

RGB651846-
CMYK00.720.290.75
HSL324.26º56.63%16.27%-
HSV(B)324.26º72.31%25.49%-
XYZ2.891.752.77-
YUV35.24134.07149.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.39%
GREEN value IS 18 (7.42% from 255) = 13.95%
BLUE value IS 46 (18.36% from 255) = 35.66%
R=50.39%
G=13.95%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65184600.720.290.75324.2656.6316.27
Hex41122E0481D4B1443910
Octal10122560110351135047120
Binary1000001100101011100100100011101100101110100010011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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