#240514

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

Shades of Blackberry #240514

Tints of Blackberry #240514

Color information

#240514 (or 0x240514) is unknown color: approx Blackberry. HEX triplet: 24, 05 and 14. RGB value is (36,5,20). Sum of RGB (Red+Green+Blue) = 36+5+20=61 (8% of max value = 765). Red value is 36 (14.45% from 255 or 59.02% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 20 (8.20% from 255 or 32.79% from 61); Max value from RGB is 36 - color contains mainly: red. Hex color #240514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240514 is #DBFAEB. Grayscale: #0F0F0F. Windows color (decimal): -14416620 or 1312036. OLE color: 1312036.

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

Color convert

RGB36520-
CMYK00.860.440.86
HSL330.97º75.61%8.04%-
HSV(B)330.97º86.11%14.12%-
XYZ0.910.530.72-
YUV15.98130.27142.28-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 59.02%
GREEN value IS 5 (2.34% from 255) = 8.20%
BLUE value IS 20 (8.20% from 255) = 32.79%
R=59.02%
G=8.20%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.44
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3652000.860.440.86330.9775.618.04
Hex245140562C5614b4c8
Octal4452401265412651311410
Binary1001001011010001010110101100101011010100101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240514; }

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

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

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

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

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

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

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

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