#14020D

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

Shades of Blackberry #14020D

Tints of Blackberry #14020D

Color information

#14020D (or 0x14020D) is unknown color: approx Blackberry. HEX triplet: 14, 02 and 0D. RGB value is (20,2,13). Sum of RGB (Red+Green+Blue) = 20+2+13=35 (4% of max value = 765). Red value is 20 (8.20% from 255 or 57.14% from 35); Green value is 2 (1.17% from 255 or 5.71% from 35); Blue value is 13 (5.47% from 255 or 37.14% from 35); Max value from RGB is 20 - color contains mainly: red. Hex color #14020D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14020D is #EBFDF2. Grayscale: #080808. Windows color (decimal): -15465971 or 852500. OLE color: 852500.

HSL color Cylindrical-coordinate representation of color #14020D: hue angle of 323.33º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14020D is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.92.

Color convert

RGB20213-
CMYK00.900.350.92
HSL323.33º81.82%4.31%-
HSV(B)323.33º90%7.84%-
XYZ0.380.220.4-
YUV8.64130.46136.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 57.14%
GREEN value IS 2 (1.17% from 255) = 5.71%
BLUE value IS 13 (5.47% from 255) = 37.14%
R=57.14%
G=5.71%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2021300.900.350.92323.3381.824.31
Hex142D05A235C143524
Octal242150132431345031224
Binary101001011010101101010001110111001010000111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14020D; }

 p { color: rgb(20,2,13); }

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

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

 a { background-color: rgb(20,2,13); }

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

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

 span { border-color: rgb(20,2,13); }

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