#240013

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

Shades of Blackberry #240013

Tints of Blackberry #240013

Color information

#240013 (or 0x240013) is unknown color: approx Blackberry. HEX triplet: 24, 00 and 13. RGB value is (36,0,19). Sum of RGB (Red+Green+Blue) = 36+0+19=55 (7% of max value = 765). Red value is 36 (14.45% from 255 or 65.45% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 36 - color contains mainly: red. Hex color #240013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240013 is #DBFFEC. Grayscale: #0C0C0C. Windows color (decimal): -14417901 or 1245220. OLE color: 1245220.

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

Color convert

RGB36019-
CMYK010.470.86
HSL328.33º100%7.06%-
HSV(B)328.33º100%14.12%-
XYZ0.850.420.65-
YUV12.93131.43144.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 65.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 34.55%
R=65.45%
G=0%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.47
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36019010.470.86328.331007.06
Hex240130642F56148647
Octal440230144571265101447
Binary1001000100110110010010111110101101010010001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240013; }

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

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

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

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

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

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

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

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