Html Css Color HEX #120700 Black

📋 copy color: '#120700'

red 18 ◦ green 7 ◦ blue 0

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

Shades of Black #120700

Tints of Black #120700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72%
G = 28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#120700 (or 0x120700) is known color: Black. HEX triplet: 12, 07 and 00. RGB value is (18,7,0). Sum of RGB (Red+Green+Blue) = 18+7+0=25 (3% of max value = 765). Red value is 18 (7.42% from 255 or 72% from 25); Green value is 7 (3.12% from 255 or 28% from 25); Blue value is 0 (0.39% from 255 or 0% from 25); Max value from RGB is 18 - color contains mainly: red. Hex color #120700 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120700 is #EDF8FF. Grayscale: #090909. Windows color (decimal): -15595776 or 1810. OLE color: 1810.

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

Color convert

RGB 18 7 0 -
CMYK 0 0.61 1 0.93
HSL 23.33º 1% 0.04% -
HSV(B) 23.33º 1% 0.07% -
XYZ 0.33 0.28 0.04 -
YUV 9.49 122.64 134.07 -
System Red Green Blue C M Y K H S L
Decimal 18 7 0 0 0.61 1 0.93 23.33 1 0.04
Hex 12 7 0 0 3D 64 5D 17 64 4
Octal 22 7 0 0 75 144 135 27 144 4
Binary 10010 111 0 0 111101 1100100 1011101 10111 1100100 100

Color Harmonies of #120700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120700

Black with #120700

Text Example


Text Example

White with #120700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120700; }

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

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

background-color css

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

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

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

border-color css

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

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

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