Html Css Color HEX #140C04 Black

📋 copy color: '#140C04'

red 20 ◦ green 12 ◦ blue 4

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

Shades of Black #140C04

Tints of Black #140C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 11.11%

R = 55.56%
G = 33.33%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.92

RGB Variations

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

Color information

#140C04 (or 0x140C04) is known color: Black. HEX triplet: 14, 0C and 04. RGB value is (20,12,4). Sum of RGB (Red+Green+Blue) = 20+12+4=36 (4% of max value = 765). Red value is 20 (8.20% from 255 or 55.56% from 36); Green value is 12 (5.08% from 255 or 33.33% from 36); Blue value is 4 (1.95% from 255 or 11.11% from 36); Max value from RGB is 20 - color contains mainly: red. Hex color #140C04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140C04 is #EBF3FB. Grayscale: #0D0D0D. Windows color (decimal): -15463420 or 265236. OLE color: 265236.

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

Color convert

RGB 20 12 4 -
CMYK 0 0.40 0.80 0.92
HSL 30º 0.67% 0.05% -
HSV(B) 30º 0.8% 0.08% -
XYZ 0.44 0.42 0.17 -
YUV 13.48 122.65 132.65 -
System Red Green Blue C M Y K H S L
Decimal 20 12 4 0 0.40 0.80 0.92 30 0.67 0.05
Hex 14 C 4 0 28 50 5C 1E 43 5
Octal 24 14 4 0 50 120 134 36 103 5
Binary 10100 1100 100 0 101000 1010000 1011100 11110 1000011 101

Color Harmonies of #140C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140C04

Black with #140C04

Text Example


Text Example

White with #140C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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