#240014

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

Shades of Blackberry #240014

Tints of Blackberry #240014

Color information

#240014 (or 0x240014) is unknown color: approx Blackberry. HEX triplet: 24, 00 and 14. RGB value is (36,0,20). Sum of RGB (Red+Green+Blue) = 36+0+20=56 (7% of max value = 765). Red value is 36 (14.45% from 255 or 64.29% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 36 - color contains mainly: red. Hex color #240014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240014 is #DBFFEB. Grayscale: #0D0D0D. Windows color (decimal): -14417900 or 1310756. OLE color: 1310756.

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

Color convert

RGB36020-
CMYK010.440.86
HSL326.67º100%7.06%-
HSV(B)326.67º100%14.12%-
XYZ0.850.430.7-
YUV13.04131.93144.37-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 64.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 20 (8.20% from 255) = 35.71%
R=64.29%
G=0%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36020010.440.86326.671007.06
Hex240140642C56147647
Octal440240144541265071447
Binary1001000101000110010010110010101101010001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240014; }

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

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

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

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

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

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

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

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