#41052F

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

Shades of Blackberry #41052F

Tints of Blackberry #41052F

Color information

#41052F (or 0x41052F) is unknown color: approx Blackberry. HEX triplet: 41, 05 and 2F. RGB value is (65,5,47). Sum of RGB (Red+Green+Blue) = 65+5+47=117 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.56% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 47 (18.75% from 255 or 40.17% from 117); Max value from RGB is 65 - color contains mainly: red. Hex color #41052F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41052F is #BEFAD0. Grayscale: #1B1B1B. Windows color (decimal): -12516049 or 3081537. OLE color: 3081537.

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

Color convert

RGB65547-
CMYK00.920.280.75
HSL318º85.71%13.73%-
HSV(B)318º92.31%25.49%-
XYZ2.751.442.82-
YUV27.73138.88154.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 55.56%
GREEN value IS 5 (2.34% from 255) = 4.27%
BLUE value IS 47 (18.75% from 255) = 40.17%
R=55.56%
G=4.27%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6554700.920.280.7531885.7113.73
Hex4152F05C1C4B13e56e
Octal10155701343411347612616
Binary10000011011011110101110011100100101110011111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41052F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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