#14040D

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

Shades of Blackberry #14040D

Tints of Blackberry #14040D

Color information

#14040D (or 0x14040D) is unknown color: approx Blackberry. HEX triplet: 14, 04 and 0D. RGB value is (20,4,13). Sum of RGB (Red+Green+Blue) = 20+4+13=37 (4% of max value = 765). Red value is 20 (8.20% from 255 or 54.05% from 37); Green value is 4 (1.95% from 255 or 10.81% from 37); Blue value is 13 (5.47% from 255 or 35.14% from 37); Max value from RGB is 20 - color contains mainly: red. Hex color #14040D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14040D is #EBFBF2. Grayscale: #090909. Windows color (decimal): -15465459 or 853012. OLE color: 853012.

HSL color Cylindrical-coordinate representation of color #14040D: hue angle of 326.25º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14040D is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.92.

Color convert

RGB20413-
CMYK00.800.350.92
HSL326.25º66.67%4.71%-
HSV(B)326.25º80%7.84%-
XYZ0.40.260.41-
YUV9.81129.8135.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 54.05%
GREEN value IS 4 (1.95% from 255) = 10.81%
BLUE value IS 13 (5.47% from 255) = 35.14%
R=54.05%
G=10.81%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.35
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2041300.800.350.92326.2566.674.71
Hex144D050235C146435
Octal244150120431345061035
Binary1010010011010101000010001110111001010001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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