Html Css Color HEX #140C08 Black

📋 copy color: '#140C08'

red 20 ◦ green 12 ◦ blue 8

#140C08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black #140C08

Tints of Black #140C08

RGB

 RED value IS 20 (8.2% from 255) = 50%

 GREEN value IS 12 (5.08% from 255) = 30%

 BLUE value IS 8 (3.52% from 255) = 20%

R = 50%
G = 30%
B = 20%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.92

RGB Variations

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

Color information

#140C08 (or 0x140C08) is known color: Black. HEX triplet: 14, 0C and 08. RGB value is (20,12,8). Sum of RGB (Red+Green+Blue) = 20+12+8=40 (5% of max value = 765). Red value is 20 (8.20% from 255 or 50% from 40); Green value is 12 (5.08% from 255 or 30% from 40); Blue value is 8 (3.52% from 255 or 20% from 40); Max value from RGB is 20 - color contains mainly: red. Hex color #140C08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140C08 is #EBF3F7. Grayscale: #0D0D0D. Windows color (decimal): -15463416 or 527380. OLE color: 527380.

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

Color convert

RGB 20 12 8 -
CMYK 0 0.40 0.60 0.92
HSL 20º 0.43% 0.05% -
HSV(B) 20º 0.6% 0.08% -
XYZ 0.46 0.43 0.29 -
YUV 13.94 124.65 132.33 -
System Red Green Blue C M Y K H S L
Decimal 20 12 8 0 0.40 0.60 0.92 20 0.43 0.05
Hex 14 C 8 0 28 3C 5C 14 2B 5
Octal 24 14 10 0 50 74 134 24 53 5
Binary 10100 1100 1000 0 101000 111100 1011100 10100 101011 101

Color Harmonies of #140C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140C08

Black with #140C08

Text Example


Text Example

White with #140C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #140C08;
 }
 .AnyTagClassName
 {
   color: #140C08;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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