#240114

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

Shades of Blackberry #240114

Tints of Blackberry #240114

Color information

#240114 (or 0x240114) is unknown color: approx Blackberry. HEX triplet: 24, 01 and 14. RGB value is (36,1,20). Sum of RGB (Red+Green+Blue) = 36+1+20=57 (7% of max value = 765). Red value is 36 (14.45% from 255 or 63.16% from 57); Green value is 1 (0.78% from 255 or 1.75% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 36 - color contains mainly: red. Hex color #240114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240114 is #DBFEEB. Grayscale: #0D0D0D. Windows color (decimal): -14417644 or 1311012. OLE color: 1311012.

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

Color convert

RGB36120-
CMYK00.970.440.86
HSL327.43º94.59%7.25%-
HSV(B)327.43º97.22%14.12%-
XYZ0.860.450.7-
YUV13.63131.6143.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 63.16%
GREEN value IS 1 (0.78% from 255) = 1.75%
BLUE value IS 20 (8.20% from 255) = 35.09%
R=63.16%
G=1.75%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.44
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3612000.970.440.86327.4394.597.25
Hex241140612C561475f7
Octal441240141541265071377
Binary1001001101000110000110110010101101010001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240114; }

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

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

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

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

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

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

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

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