#18020E

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

Shades of Blackberry #18020E

Tints of Blackberry #18020E

Color information

#18020E (or 0x18020E) is unknown color: approx Blackberry. HEX triplet: 18, 02 and 0E. RGB value is (24,2,14). Sum of RGB (Red+Green+Blue) = 24+2+14=40 (5% of max value = 765). Red value is 24 (9.77% from 255 or 60% from 40); Green value is 2 (1.17% from 255 or 5% from 40); Blue value is 14 (5.86% from 255 or 35% from 40); Max value from RGB is 24 - color contains mainly: red. Hex color #18020E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18020E is #E7FDF1. Grayscale: #090909. Windows color (decimal): -15203826 or 918040. OLE color: 918040.

HSL color Cylindrical-coordinate representation of color #18020E: hue angle of 327.27º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18020E is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.91.

Color convert

RGB24214-
CMYK00.920.420.91
HSL327.27º84.62%5.1%-
HSV(B)327.27º91.67%9.41%-
XYZ0.480.270.44-
YUV9.95130.29138.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 60%
GREEN value IS 2 (1.17% from 255) = 5%
BLUE value IS 14 (5.86% from 255) = 35%
R=60%
G=5%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.42
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2421400.920.420.91327.2784.625.1
Hex182E05C2A5B147555
Octal302160134521335071255
Binary110001011100101110010101010110111010001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18020E; }

 p { color: rgb(24,2,14); }

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

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

 a { background-color: rgb(24,2,14); }

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

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

 span { border-color: rgb(24,2,14); }

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