#14010D

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

Shades of Blackberry #14010D

Tints of Blackberry #14010D

Color information

#14010D (or 0x14010D) is unknown color: approx Blackberry. HEX triplet: 14, 01 and 0D. RGB value is (20,1,13). Sum of RGB (Red+Green+Blue) = 20+1+13=34 (4% of max value = 765). Red value is 20 (8.20% from 255 or 58.82% from 34); Green value is 1 (0.78% from 255 or 2.94% from 34); Blue value is 13 (5.47% from 255 or 38.24% from 34); Max value from RGB is 20 - color contains mainly: red. Hex color #14010D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14010D is #EBFEF2. Grayscale: #080808. Windows color (decimal): -15466227 or 852244. OLE color: 852244.

HSL color Cylindrical-coordinate representation of color #14010D: hue angle of 322.11º 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 #14010D is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.92.

Color convert

RGB20113-
CMYK00.950.350.92
HSL322.11º90.48%4.12%-
HSV(B)322.11º95%7.84%-
XYZ0.370.20.4-
YUV8.05130.79136.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 58.82%
GREEN value IS 1 (0.78% from 255) = 2.94%
BLUE value IS 13 (5.47% from 255) = 38.24%
R=58.82%
G=2.94%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.35
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2011300.950.350.92322.1190.484.12
Hex141D05F235C1425a4
Octal241150137431345021324
Binary10100111010101111110001110111001010000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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