#411936

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

Shades of Blackberry #411936

Tints of Blackberry #411936

Color information

#411936 (or 0x411936) is unknown color: approx Blackberry. HEX triplet: 41, 19 and 36. RGB value is (65,25,54). Sum of RGB (Red+Green+Blue) = 65+25+54=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #411936 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411936 is #BEE6C9. Grayscale: #282828. Windows color (decimal): -12510922 or 3545409. OLE color: 3545409.

HSL color Cylindrical-coordinate representation of color #411936: hue angle of 316.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #411936 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB652554-
CMYK00.620.170.75
HSL316.5º44.44%17.65%-
HSV(B)316.5º61.54%25.49%-
XYZ3.192.093.72-
YUV40.27135.75145.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.14%
GREEN value IS 25 (10.16% from 255) = 17.36%
BLUE value IS 54 (21.48% from 255) = 37.5%
R=45.14%
G=17.36%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65255400.620.170.75316.544.4417.65
Hex41193603E114B13c2c12
Octal1013166076211134745422
Binary100000111001110110011111010001100101110011110010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411936; }

 p { color: rgb(65,25,54); }

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

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

 a { background-color: rgb(65,25,54); }

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

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

 span { border-color: rgb(65,25,54); }

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