#41052C

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

Shades of Blackberry #41052C

Tints of Blackberry #41052C

Color information

#41052C (or 0x41052C) is unknown color: approx Blackberry. HEX triplet: 41, 05 and 2C. RGB value is (65,5,44). Sum of RGB (Red+Green+Blue) = 65+5+44=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 44 (17.58% from 255 or 38.60% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #41052C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41052C is #BEFAD3. Grayscale: #1B1B1B. Windows color (decimal): -12516052 or 2884929. OLE color: 2884929.

HSL color Cylindrical-coordinate representation of color #41052C: hue angle of 321º 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 #41052C is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB65544-
CMYK00.920.320.75
HSL321º85.71%13.73%-
HSV(B)321º92.31%25.49%-
XYZ2.691.412.51-
YUV27.39137.38154.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.02%
GREEN value IS 5 (2.34% from 255) = 4.39%
BLUE value IS 44 (17.58% from 255) = 38.60%
R=57.02%
G=4.39%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6554400.920.320.7532185.7113.73
Hex4152C05C204B14156e
Octal10155401344011350112616
Binary100000110110110001011100100000100101110100000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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