#411237

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

Shades of Blackberry #411237

Tints of Blackberry #411237

Color information

#411237 (or 0x411237) is unknown color: approx Blackberry. HEX triplet: 41, 12 and 37. RGB value is (65,18,55). Sum of RGB (Red+Green+Blue) = 65+18+55=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #411237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411237 is #BEEDC8. Grayscale: #242424. Windows color (decimal): -12512713 or 3609153. OLE color: 3609153.

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

Color convert

RGB651855-
CMYK00.720.150.75
HSL312.77º56.63%16.27%-
HSV(B)312.77º72.31%25.49%-
XYZ3.091.833.81-
YUV36.27138.57148.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.10%
GREEN value IS 18 (7.42% from 255) = 13.04%
BLUE value IS 55 (21.88% from 255) = 39.86%
R=47.10%
G=13.04%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65185500.720.150.75312.7756.6316.27
Hex411237048F4B1393910
Octal10122670110171134717120
Binary100000110010110111010010001111100101110011100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411237; }

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

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

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

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

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

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

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

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