Html Css Color HEX #120200 Black

📋 copy color: '#120200'

red 18 ◦ green 2 ◦ blue 0

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

Shades of Black #120200

Tints of Black #120200

RGB

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

 GREEN value IS 2 (1.17% from 255) = 10%

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

R = 90%
G = 10%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#120200 (or 0x120200) is known color: Black. HEX triplet: 12, 02 and 00. RGB value is (18,2,0). Sum of RGB (Red+Green+Blue) = 18+2+0=20 (2% of max value = 765). Red value is 18 (7.42% from 255 or 90% from 20); Green value is 2 (1.17% from 255 or 10% from 20); Blue value is 0 (0.39% from 255 or 0% from 20); Max value from RGB is 18 - color contains mainly: red. Hex color #120200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120200 is #EDFDFF. Grayscale: #060606. Windows color (decimal): -15597056 or 530. OLE color: 530.

HSL color Cylindrical-coordinate representation of color #120200: hue angle of 6.67º 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 #120200 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 2 0 -
CMYK 0 0.89 1 0.93
HSL 6.67º 1% 0.04% -
HSV(B) 6.67º 1% 0.07% -
XYZ 0.27 0.17 0.02 -
YUV 6.56 124.3 136.16 -
System Red Green Blue C M Y K H S L
Decimal 18 2 0 0 0.89 1 0.93 6.67 1 0.04
Hex 12 2 0 0 59 64 5D 7 64 4
Octal 22 2 0 0 131 144 135 7 144 4
Binary 10010 10 0 0 1011001 1100100 1011101 111 1100100 100

Color Harmonies of #120200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120200

Black with #120200

Text Example


Text Example

White with #120200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120200; }

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

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

background-color css

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

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

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

border-color css

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

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

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