Html Css Color HEX #120701 Black

📋 copy color: '#120701'

red 18 ◦ green 7 ◦ blue 1

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

Shades of Black #120701

Tints of Black #120701

RGB

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

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

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

R = 69.23%
G = 26.92%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.93

RGB Variations

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

Color information

#120701 (or 0x120701) is known color: Black. HEX triplet: 12, 07 and 01. RGB value is (18,7,1). Sum of RGB (Red+Green+Blue) = 18+7+1=26 (3% of max value = 765). Red value is 18 (7.42% from 255 or 69.23% from 26); Green value is 7 (3.12% from 255 or 26.92% from 26); Blue value is 1 (0.78% from 255 or 3.85% from 26); Max value from RGB is 18 - color contains mainly: red. Hex color #120701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120701 is #EDF8FE. Grayscale: #090909. Windows color (decimal): -15595775 or 67346. OLE color: 67346.

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

Color convert

RGB 18 7 1 -
CMYK 0 0.61 0.94 0.93
HSL 21.18º 0.89% 0.04% -
HSV(B) 21.18º 0.94% 0.07% -
XYZ 0.33 0.28 0.07 -
YUV 9.61 123.14 133.99 -
System Red Green Blue C M Y K H S L
Decimal 18 7 1 0 0.61 0.94 0.93 21.18 0.89 0.04
Hex 12 7 1 0 3D 5E 5D 15 59 4
Octal 22 7 1 0 75 136 135 25 131 4
Binary 10010 111 1 0 111101 1011110 1011101 10101 1011001 100

Color Harmonies of #120701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120701

Black with #120701

Text Example


Text Example

White with #120701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120701; }

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

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

background-color css

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

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

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

border-color css

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

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

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