Html Css Color HEX #120A01 Black

📋 copy color: '#120A01'

red 18 ◦ green 10 ◦ blue 1

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

Shades of Black #120A01

Tints of Black #120A01

RGB

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

 GREEN value IS 10 (4.3% from 255) = 34.48%

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

R = 62.07%
G = 34.48%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.93

RGB Variations

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

Color information

#120A01 (or 0x120A01) is known color: Black. HEX triplet: 12, 0A and 01. RGB value is (18,10,1). Sum of RGB (Red+Green+Blue) = 18+10+1=29 (3% of max value = 765). Red value is 18 (7.42% from 255 or 62.07% from 29); Green value is 10 (4.30% from 255 or 34.48% from 29); Blue value is 1 (0.78% from 255 or 3.45% from 29); Max value from RGB is 18 - color contains mainly: red. Hex color #120A01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A01 is #EDF5FE. Grayscale: #0B0B0B. Windows color (decimal): -15595007 or 68114. OLE color: 68114.

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

Color convert

RGB 18 10 1 -
CMYK 0 0.44 0.94 0.93
HSL 31.76º 0.89% 0.04% -
HSV(B) 31.76º 0.94% 0.07% -
XYZ 0.36 0.35 0.08 -
YUV 11.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 18 10 1 0 0.44 0.94 0.93 31.76 0.89 0.04
Hex 12 A 1 0 2C 5E 5D 20 59 4
Octal 22 12 1 0 54 136 135 40 131 4
Binary 10010 1010 1 0 101100 1011110 1011101 100000 1011001 100

Color Harmonies of #120A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120A01

Black with #120A01

Text Example


Text Example

White with #120A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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