#411224

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

Shades of Blackberry #411224

Tints of Blackberry #411224

Color information

#411224 (or 0x411224) is unknown color: approx Blackberry. HEX triplet: 41, 12 and 24. RGB value is (65,18,36). Sum of RGB (Red+Green+Blue) = 65+18+36=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #411224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411224 is #BEEDDB. Grayscale: #222222. Windows color (decimal): -12512732 or 2363969. OLE color: 2363969.

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

Color convert

RGB651836-
CMYK00.720.450.75
HSL337.02º56.63%16.27%-
HSV(B)337.02º72.31%25.49%-
XYZ2.711.681.85-
YUV34.1129.07150.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.62%
GREEN value IS 18 (7.42% from 255) = 15.13%
BLUE value IS 36 (14.45% from 255) = 30.25%
R=54.62%
G=15.13%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65183600.720.450.75337.0256.6316.27
Hex4112240482D4B1513910
Octal10122440110551135217120
Binary10000011001010010001001000101101100101110101000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411224; }

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

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

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

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

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

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

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

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