#140802

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

Shades of Black #140802

Tints of Black #140802

Color information

#140802 (or 0x140802) is unknown color: approx Black. HEX triplet: 14, 08 and 02. RGB value is (20,8,2). Sum of RGB (Red+Green+Blue) = 20+8+2=30 (3% of max value = 765). Red value is 20 (8.20% from 255 or 66.67% from 30); Green value is 8 (3.52% from 255 or 26.67% from 30); Blue value is 2 (1.17% from 255 or 6.67% from 30); Max value from RGB is 20 - color contains mainly: red. Hex color #140802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140802 is #EBF7FD. Grayscale: #0A0A0A. Windows color (decimal): -15464446 or 133140. OLE color: 133140.

HSL color Cylindrical-coordinate representation of color #140802: hue angle of 20º 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 #140802 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.92.

Color convert

RGB2082-
CMYK00.600.900.92
HSL20º81.82%4.31%-
HSV(B)20º90%7.84%-
XYZ0.390.330.1-
YUV10.9122.98134.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 66.67%
GREEN value IS 8 (3.52% from 255) = 26.67%
BLUE value IS 2 (1.17% from 255) = 6.67%
R=66.67%
G=26.67%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal208200.600.900.922081.824.31
Hex148203C5A5C14524
Octal24102074132134241224
Binary10100100010011110010110101011100101001010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140802; }

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

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

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

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

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

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

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

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