#240919

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

Shades of Blackberry #240919

Tints of Blackberry #240919

Color information

#240919 (or 0x240919) is unknown color: approx Blackberry. HEX triplet: 24, 09 and 19. RGB value is (36,9,25). Sum of RGB (Red+Green+Blue) = 36+9+25=70 (9% of max value = 765). Red value is 36 (14.45% from 255 or 51.43% from 70); Green value is 9 (3.91% from 255 or 12.86% from 70); Blue value is 25 (10.16% from 255 or 35.71% from 70); Max value from RGB is 36 - color contains mainly: red. Hex color #240919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240919 is #DBF6E6. Grayscale: #121212. Windows color (decimal): -14415591 or 1640740. OLE color: 1640740.

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

Color convert

RGB36925-
CMYK00.750.310.86
HSL324.44º60%8.82%-
HSV(B)324.44º75%14.12%-
XYZ10.640.99-
YUV18.9131.45140.2-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 51.43%
GREEN value IS 9 (3.91% from 255) = 12.86%
BLUE value IS 25 (10.16% from 255) = 35.71%
R=51.43%
G=12.86%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3692500.750.310.86324.44608.82
Hex2491904B1F561443c9
Octal4411310113371265047411
Binary100100100111001010010111111110101101010001001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240919; }

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

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

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

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

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

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

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

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