#41122D

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

Shades of Blackberry #41122D

Tints of Blackberry #41122D

Color information

#41122D (or 0x41122D) is unknown color: approx Blackberry. HEX triplet: 41, 12 and 2D. RGB value is (65,18,45). Sum of RGB (Red+Green+Blue) = 65+18+45=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #41122D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41122D is #BEEDD2. Grayscale: #232323. Windows color (decimal): -12512723 or 2953793. OLE color: 2953793.

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

Color convert

RGB651845-
CMYK00.720.310.75
HSL325.53º56.63%16.27%-
HSV(B)325.53º72.31%25.49%-
XYZ2.871.752.67-
YUV35.13133.57149.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.78%
GREEN value IS 18 (7.42% from 255) = 14.06%
BLUE value IS 45 (17.97% from 255) = 35.16%
R=50.78%
G=14.06%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65184500.720.310.75325.5356.6316.27
Hex41122D0481F4B1463910
Octal10122550110371135067120
Binary1000001100101011010100100011111100101110100011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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