#14010C

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

Shades of Blackberry #14010C

Tints of Blackberry #14010C

Color information

#14010C (or 0x14010C) is unknown color: approx Blackberry. HEX triplet: 14, 01 and 0C. RGB value is (20,1,12). Sum of RGB (Red+Green+Blue) = 20+1+12=33 (4% of max value = 765). Red value is 20 (8.20% from 255 or 60.61% from 33); Green value is 1 (0.78% from 255 or 3.03% from 33); Blue value is 12 (5.08% from 255 or 36.36% from 33); Max value from RGB is 20 - color contains mainly: red. Hex color #14010C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14010C is #EBFEF3. Grayscale: #070707. Windows color (decimal): -15466228 or 786708. OLE color: 786708.

HSL color Cylindrical-coordinate representation of color #14010C: hue angle of 325.26º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #14010C is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.92.

Color convert

RGB20112-
CMYK00.950.400.92
HSL325.26º90.48%4.12%-
HSV(B)325.26º95%7.84%-
XYZ0.370.20.37-
YUV7.94130.29136.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 60.61%
GREEN value IS 1 (0.78% from 255) = 3.03%
BLUE value IS 12 (5.08% from 255) = 36.36%
R=60.61%
G=3.03%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.40
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2011200.950.400.92325.2690.484.12
Hex141C05F285C1455a4
Octal241140137501345051324
Binary10100111000101111110100010111001010001011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14010C; }

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

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

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

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

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

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

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

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