#240819

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

Shades of Blackberry #240819

Tints of Blackberry #240819

Color information

#240819 (or 0x240819) is unknown color: approx Blackberry. HEX triplet: 24, 08 and 19. RGB value is (36,8,25). Sum of RGB (Red+Green+Blue) = 36+8+25=69 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.17% from 69); Green value is 8 (3.52% from 255 or 11.59% from 69); Blue value is 25 (10.16% from 255 or 36.23% from 69); Max value from RGB is 36 - color contains mainly: red. Hex color #240819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240819 is #DBF7E6. Grayscale: #121212. Windows color (decimal): -14415847 or 1640484. OLE color: 1640484.

HSL color Cylindrical-coordinate representation of color #240819: hue angle of 323.57º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #240819 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB36825-
CMYK00.780.310.86
HSL323.57º63.64%8.63%-
HSV(B)323.57º77.78%14.12%-
XYZ0.990.620.99-
YUV18.31131.78140.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 52.17%
GREEN value IS 8 (3.52% from 255) = 11.59%
BLUE value IS 25 (10.16% from 255) = 36.23%
R=52.17%
G=11.59%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3682500.780.310.86323.5763.648.63
Hex2481904E1F56144409
Octal44103101163712650410011
Binary1001001000110010100111011111101011010100010010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240819; }

 p { color: rgb(36,8,25); }

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

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

 a { background-color: rgb(36,8,25); }

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

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

 span { border-color: rgb(36,8,25); }

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