Html Css Color HEX #120100 Black

📋 copy color: '#120100'

red 18 ◦ green 1 ◦ blue 0

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

Shades of Black #120100

Tints of Black #120100

RGB

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

 GREEN value IS 1 (0.78% from 255) = 5.26%

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

R = 94.74%
G = 5.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#120100 (or 0x120100) is known color: Black. HEX triplet: 12, 01 and 00. RGB value is (18,1,0). Sum of RGB (Red+Green+Blue) = 18+1+0=19 (2% of max value = 765). Red value is 18 (7.42% from 255 or 94.74% from 19); Green value is 1 (0.78% from 255 or 5.26% from 19); Blue value is 0 (0.39% from 255 or 0% from 19); Max value from RGB is 18 - color contains mainly: red. Hex color #120100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120100 is #EDFEFF. Grayscale: #050505. Windows color (decimal): -15597312 or 274. OLE color: 274.

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

Color convert

RGB 18 1 0 -
CMYK 0 0.94 1 0.93
HSL 3.33º 1% 0.04% -
HSV(B) 3.33º 1% 0.07% -
XYZ 0.26 0.15 0.02 -
YUV 5.97 124.63 136.58 -
System Red Green Blue C M Y K H S L
Decimal 18 1 0 0 0.94 1 0.93 3.33 1 0.04
Hex 12 1 0 0 5E 64 5D 3 64 4
Octal 22 1 0 0 136 144 135 3 144 4
Binary 10010 1 0 0 1011110 1100100 1011101 11 1100100 100

Color Harmonies of #120100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120100

Black with #120100

Text Example


Text Example

White with #120100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120100; }

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

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

background-color css

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

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

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

border-color css

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

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

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