#140C0C

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

Shades of Black #140C0C

Tints of Black #140C0C

Color information

#140C0C (or 0x140C0C) is unknown color: approx Black. HEX triplet: 14, 0C and 0C. RGB value is (20,12,12). Sum of RGB (Red+Green+Blue) = 20+12+12=44 (5% of max value = 765). Red value is 20 (8.20% from 255 or 45.45% from 44); Green value is 12 (5.08% from 255 or 27.27% from 44); Blue value is 12 (5.08% from 255 or 27.27% from 44); Max value from RGB is 20 - color contains mainly: red. Hex color #140C0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140C0C is #EBF3F3. Grayscale: #0E0E0E. Windows color (decimal): -15463412 or 789524. OLE color: 789524.

HSL color Cylindrical-coordinate representation of color #140C0C: hue angle of 0º degrees, saturation: 0.25, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #140C0C is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.92.

Color convert

RGB201212-
CMYK00.400.400.92
HSL25%6.27%-
HSV(B)40%7.84%-
XYZ0.490.440.41-
YUV14.39126.65132-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 45.45%
GREEN value IS 12 (5.08% from 255) = 27.27%
BLUE value IS 12 (5.08% from 255) = 27.27%
R=45.45%
G=27.27%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20121200.400.400.920256.27
Hex14CC028285C0196
Octal241414050501340316
Binary101001100110001010001010001011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140C0C; }

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

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

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

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

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

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

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

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