Html Css Color HEX #140604 Black

📋 copy color: '#140604'

red 20 ◦ green 6 ◦ blue 4

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

Shades of Black #140604

Tints of Black #140604

RGB

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

 GREEN value IS 6 (2.73% from 255) = 20%

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

R = 66.67%
G = 20%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.92

RGB Variations

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

Color information

#140604 (or 0x140604) is known color: Black. HEX triplet: 14, 06 and 04. RGB value is (20,6,4). Sum of RGB (Red+Green+Blue) = 20+6+4=30 (3% of max value = 765). Red value is 20 (8.20% from 255 or 66.67% from 30); Green value is 6 (2.73% from 255 or 20% from 30); Blue value is 4 (1.95% from 255 or 13.33% from 30); Max value from RGB is 20 - color contains mainly: red. Hex color #140604 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140604 is #EBF9FB. Grayscale: #090909. Windows color (decimal): -15464956 or 263700. OLE color: 263700.

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

Color convert

RGB 20 6 4 -
CMYK 0 0.70 0.80 0.92
HSL 7.5º 0.67% 0.05% -
HSV(B) 7.5º 0.8% 0.08% -
XYZ 0.38 0.29 0.15 -
YUV 9.96 124.64 135.16 -
System Red Green Blue C M Y K H S L
Decimal 20 6 4 0 0.70 0.80 0.92 7.5 0.67 0.05
Hex 14 6 4 0 46 50 5C 8 43 5
Octal 24 6 4 0 106 120 134 10 103 5
Binary 10100 110 100 0 1000110 1010000 1011100 1000 1000011 101

Color Harmonies of #140604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140604

Black with #140604

Text Example


Text Example

White with #140604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140604; }

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

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

background-color css

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

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

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

border-color css

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

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

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