Html Css Color HEX #120301 Black

📋 copy color: '#120301'

red 18 ◦ green 3 ◦ blue 1

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

Shades of Black #120301

Tints of Black #120301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 13.64%

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

R = 81.82%
G = 13.64%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.93

RGB Variations

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

Color information

#120301 (or 0x120301) is known color: Black. HEX triplet: 12, 03 and 01. RGB value is (18,3,1). Sum of RGB (Red+Green+Blue) = 18+3+1=22 (2% of max value = 765). Red value is 18 (7.42% from 255 or 81.82% from 22); Green value is 3 (1.56% from 255 or 13.64% from 22); Blue value is 1 (0.78% from 255 or 4.55% from 22); Max value from RGB is 18 - color contains mainly: red. Hex color #120301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120301 is #EDFCFE. Grayscale: #070707. Windows color (decimal): -15596799 or 66322. OLE color: 66322.

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

Color convert

RGB 18 3 1 -
CMYK 0 0.83 0.94 0.93
HSL 7.06º 0.89% 0.04% -
HSV(B) 7.06º 0.94% 0.07% -
XYZ 0.29 0.2 0.05 -
YUV 7.26 124.47 135.66 -
System Red Green Blue C M Y K H S L
Decimal 18 3 1 0 0.83 0.94 0.93 7.06 0.89 0.04
Hex 12 3 1 0 53 5E 5D 7 59 4
Octal 22 3 1 0 123 136 135 7 131 4
Binary 10010 11 1 0 1010011 1011110 1011101 111 1011001 100

Color Harmonies of #120301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120301

Black with #120301

Text Example


Text Example

White with #120301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120301; }

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

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

background-color css

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

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

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

border-color css

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

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

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