#240213

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

Shades of Blackberry #240213

Tints of Blackberry #240213

Color information

#240213 (or 0x240213) is unknown color: approx Blackberry. HEX triplet: 24, 02 and 13. RGB value is (36,2,19). Sum of RGB (Red+Green+Blue) = 36+2+19=57 (7% of max value = 765). Red value is 36 (14.45% from 255 or 63.16% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 19 (7.81% from 255 or 33.33% from 57); Max value from RGB is 36 - color contains mainly: red. Hex color #240213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240213 is #DBFDEC. Grayscale: #0E0E0E. Windows color (decimal): -14417389 or 1245732. OLE color: 1245732.

HSL color Cylindrical-coordinate representation of color #240213: hue angle of 330º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240213 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.86.

Color convert

RGB36219-
CMYK00.940.470.86
HSL330º89.47%7.45%-
HSV(B)330º94.44%14.12%-
XYZ0.870.470.66-
YUV14.1130.76143.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 63.16%
GREEN value IS 2 (1.17% from 255) = 3.51%
BLUE value IS 19 (7.81% from 255) = 33.33%
R=63.16%
G=3.51%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.47
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3621900.940.470.8633089.477.45
Hex2421305E2F5614a597
Octal442230136571265121317
Binary10010010100110101111010111110101101010010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240213; }

 p { color: rgb(36,2,19); }

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

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

 a { background-color: rgb(36,2,19); }

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

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

 span { border-color: rgb(36,2,19); }

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