Html Css Color HEX #120601 Black

📋 copy color: '#120601'

red 18 ◦ green 6 ◦ blue 1

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

Shades of Black #120601

Tints of Black #120601

RGB

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

 GREEN value IS 6 (2.73% from 255) = 24%

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

R = 72%
G = 24%
B = 4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.93

RGB Variations

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

Color information

#120601 (or 0x120601) is known color: Black. HEX triplet: 12, 06 and 01. RGB value is (18,6,1). Sum of RGB (Red+Green+Blue) = 18+6+1=25 (3% of max value = 765). Red value is 18 (7.42% from 255 or 72% from 25); Green value is 6 (2.73% from 255 or 24% from 25); Blue value is 1 (0.78% from 255 or 4% from 25); Max value from RGB is 18 - color contains mainly: red. Hex color #120601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120601 is #EDF9FE. Grayscale: #090909. Windows color (decimal): -15596031 or 67090. OLE color: 67090.

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

Color convert

RGB 18 6 1 -
CMYK 0 0.67 0.94 0.93
HSL 17.65º 0.89% 0.04% -
HSV(B) 17.65º 0.94% 0.07% -
XYZ 0.32 0.26 0.06 -
YUV 9.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 18 6 1 0 0.67 0.94 0.93 17.65 0.89 0.04
Hex 12 6 1 0 43 5E 5D 12 59 4
Octal 22 6 1 0 103 136 135 22 131 4
Binary 10010 110 1 0 1000011 1011110 1011101 10010 1011001 100

Color Harmonies of #120601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120601

Black with #120601

Text Example


Text Example

White with #120601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120601; }

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

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

background-color css

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

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

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

border-color css

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

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

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