Html Css Color HEX #120704 Black

📋 copy color: '#120704'

red 18 ◦ green 7 ◦ blue 4

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

Shades of Black #120704

Tints of Black #120704

RGB

 RED value IS 18 (7.42% from 255) = 62.07%

 GREEN value IS 7 (3.13% from 255) = 24.14%

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

R = 62.07%
G = 24.14%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.93

RGB Variations

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

Color information

#120704 (or 0x120704) is known color: Black. HEX triplet: 12, 07 and 04. RGB value is (18,7,4). Sum of RGB (Red+Green+Blue) = 18+7+4=29 (3% of max value = 765). Red value is 18 (7.42% from 255 or 62.07% from 29); Green value is 7 (3.12% from 255 or 24.14% from 29); Blue value is 4 (1.95% from 255 or 13.79% from 29); Max value from RGB is 18 - color contains mainly: red. Hex color #120704 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120704 is #EDF8FB. Grayscale: #090909. Windows color (decimal): -15595772 or 263954. OLE color: 263954.

HSL color Cylindrical-coordinate representation of color #120704: hue angle of 12.86º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #120704 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 7 4 -
CMYK 0 0.61 0.78 0.93
HSL 12.86º 0.64% 0.04% -
HSV(B) 12.86º 0.78% 0.07% -
XYZ 0.35 0.29 0.15 -
YUV 9.95 124.64 133.74 -
System Red Green Blue C M Y K H S L
Decimal 18 7 4 0 0.61 0.78 0.93 12.86 0.64 0.04
Hex 12 7 4 0 3D 4E 5D D 40 4
Octal 22 7 4 0 75 116 135 15 100 4
Binary 10010 111 100 0 111101 1001110 1011101 1101 1000000 100

Color Harmonies of #120704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120704

Black with #120704

Text Example


Text Example

White with #120704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120704; }

 p { color: rgb(18,7,4); }

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

background-color css

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

 a { background-color: rgb(18,7,4); }

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

border-color css

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

 span { border-color: rgb(18,7,4); }

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