#240419

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

Shades of Blackberry #240419

Tints of Blackberry #240419

Color information

#240419 (or 0x240419) is unknown color: approx Blackberry. HEX triplet: 24, 04 and 19. RGB value is (36,4,25). Sum of RGB (Red+Green+Blue) = 36+4+25=65 (8% of max value = 765). Red value is 36 (14.45% from 255 or 55.38% from 65); Green value is 4 (1.95% from 255 or 6.15% from 65); Blue value is 25 (10.16% from 255 or 38.46% from 65); Max value from RGB is 36 - color contains mainly: red. Hex color #240419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240419 is #DBFBE6. Grayscale: #0F0F0F. Windows color (decimal): -14416871 or 1639460. OLE color: 1639460.

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

Color convert

RGB36425-
CMYK00.890.310.86
HSL320.62º80%7.84%-
HSV(B)320.62º88.89%14.12%-
XYZ0.950.530.97-
YUV15.96133.1142.29-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 55.38%
GREEN value IS 4 (1.95% from 255) = 6.15%
BLUE value IS 25 (10.16% from 255) = 38.46%
R=55.38%
G=6.15%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3642500.890.310.86320.62807.84
Hex244190591F56141508
Octal4443101313712650112010
Binary100100100110010101100111111101011010100000110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240419; }

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

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

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

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

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

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

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

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