#41132F

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

Shades of Blackberry #41132F

Tints of Blackberry #41132F

Color information

#41132F (or 0x41132F) is unknown color: approx Blackberry. HEX triplet: 41, 13 and 2F. RGB value is (65,19,47). Sum of RGB (Red+Green+Blue) = 65+19+47=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #41132F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41132F is #BEECD0. Grayscale: #232323. Windows color (decimal): -12512465 or 3085121. OLE color: 3085121.

HSL color Cylindrical-coordinate representation of color #41132F: hue angle of 323.48º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41132F is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB651947-
CMYK00.710.280.75
HSL323.48º54.76%16.47%-
HSV(B)323.48º70.77%25.49%-
XYZ2.931.792.88-
YUV35.95134.24148.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.62%
GREEN value IS 19 (7.81% from 255) = 14.50%
BLUE value IS 47 (18.75% from 255) = 35.88%
R=49.62%
G=14.50%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65194700.710.280.75323.4854.7616.47
Hex41132F0471C4B1433710
Octal10123570107341135036720
Binary1000001100111011110100011111100100101110100001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41132F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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