#240314

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

Shades of Blackberry #240314

Tints of Blackberry #240314

Color information

#240314 (or 0x240314) is unknown color: approx Blackberry. HEX triplet: 24, 03 and 14. RGB value is (36,3,20). Sum of RGB (Red+Green+Blue) = 36+3+20=59 (7% of max value = 765). Red value is 36 (14.45% from 255 or 61.02% from 59); Green value is 3 (1.56% from 255 or 5.08% from 59); Blue value is 20 (8.20% from 255 or 33.90% from 59); Max value from RGB is 36 - color contains mainly: red. Hex color #240314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240314 is #DBFCEB. Grayscale: #0E0E0E. Windows color (decimal): -14417132 or 1311524. OLE color: 1311524.

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

Color convert

RGB36320-
CMYK00.920.440.86
HSL329.09º84.62%7.65%-
HSV(B)329.09º91.67%14.12%-
XYZ0.890.490.71-
YUV14.8130.93143.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 61.02%
GREEN value IS 3 (1.56% from 255) = 5.08%
BLUE value IS 20 (8.20% from 255) = 33.90%
R=61.02%
G=5.08%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.44
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3632000.920.440.86329.0984.627.65
Hex2431405C2C56149558
Octal4432401345412651112510
Binary100100111010001011100101100101011010100100110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240314; }

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

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

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

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

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

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

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

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