#140908

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

Shades of Black #140908

Tints of Black #140908

Color information

#140908 (or 0x140908) is unknown color: approx Black. HEX triplet: 14, 09 and 08. RGB value is (20,9,8). Sum of RGB (Red+Green+Blue) = 20+9+8=37 (4% of max value = 765). Red value is 20 (8.20% from 255 or 54.05% from 37); Green value is 9 (3.91% from 255 or 24.32% from 37); Blue value is 8 (3.52% from 255 or 21.62% from 37); Max value from RGB is 20 - color contains mainly: red. Hex color #140908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140908 is #EBF6F7. Grayscale: #0C0C0C. Windows color (decimal): -15464184 or 526612. OLE color: 526612.

HSL color Cylindrical-coordinate representation of color #140908: hue angle of 5º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #140908 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.92.

Color convert

RGB2098-
CMYK00.550.600.92
HSL42.86%5.49%-
HSV(B)60%7.84%-
XYZ0.430.360.28-
YUV12.18125.64133.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 54.05%
GREEN value IS 9 (3.91% from 255) = 24.32%
BLUE value IS 8 (3.52% from 255) = 21.62%
R=54.05%
G=24.32%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal209800.550.600.92542.865.49
Hex14980373C5C52b5
Octal241110067741345535
Binary101001001100001101111111001011100101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140908; }

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

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

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

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

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

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

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

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