#240414

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

Shades of Blackberry #240414

Tints of Blackberry #240414

Color information

#240414 (or 0x240414) is unknown color: approx Blackberry. HEX triplet: 24, 04 and 14. RGB value is (36,4,20). Sum of RGB (Red+Green+Blue) = 36+4+20=60 (7% of max value = 765). Red value is 36 (14.45% from 255 or 60% from 60); Green value is 4 (1.95% from 255 or 6.67% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 36 - color contains mainly: red. Hex color #240414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240414 is #DBFBEB. Grayscale: #0F0F0F. Windows color (decimal): -14416876 or 1311780. OLE color: 1311780.

HSL color Cylindrical-coordinate representation of color #240414: hue angle of 330º 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 #240414 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.86.

Color convert

RGB36420-
CMYK00.890.440.86
HSL330º80%7.84%-
HSV(B)330º88.89%14.12%-
XYZ0.90.510.71-
YUV15.39130.6142.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 60%
GREEN value IS 4 (1.95% from 255) = 6.67%
BLUE value IS 20 (8.20% from 255) = 33.33%
R=60%
G=6.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.44
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3642000.890.440.86330807.84
Hex244140592C5614a508
Octal4442401315412651212010
Binary1001001001010001011001101100101011010100101010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240414; }

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

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

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

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

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

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

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

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