Html Css Color HEX #120101 Black

📋 copy color: '#120101'

red 18 ◦ green 1 ◦ blue 1

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

Shades of Black #120101

Tints of Black #120101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 5%

R = 90%
G = 5%
B = 5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.93

RGB Variations

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

Color information

#120101 (or 0x120101) is known color: Black. HEX triplet: 12, 01 and 01. RGB value is (18,1,1). Sum of RGB (Red+Green+Blue) = 18+1+1=20 (2% of max value = 765). Red value is 18 (7.42% from 255 or 90% from 20); Green value is 1 (0.78% from 255 or 5% from 20); Blue value is 1 (0.78% from 255 or 5% from 20); Max value from RGB is 18 - color contains mainly: red. Hex color #120101 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120101 is #EDFEFE. Grayscale: #060606. Windows color (decimal): -15597311 or 65810. OLE color: 65810.

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

Color convert

RGB 18 1 1 -
CMYK 0 0.94 0.94 0.93
HSL 0.89% 0.04% -
HSV(B) 0.94% 0.07% -
XYZ 0.27 0.15 0.04 -
YUV 6.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 18 1 1 0 0.94 0.94 0.93 0 0.89 0.04
Hex 12 1 1 0 5E 5E 5D 0 59 4
Octal 22 1 1 0 136 136 135 0 131 4
Binary 10010 1 1 0 1011110 1011110 1011101 0 1011001 100

Color Harmonies of #120101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120101

Black with #120101

Text Example


Text Example

White with #120101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120101; }

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

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

background-color css

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

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

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

border-color css

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

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

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