Html Css Color HEX #120C01 Maire

📋 copy color: '#120C01'

red 18 ◦ green 12 ◦ blue 1

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

Shades of Maire #120C01

Tints of Maire #120C01

RGB

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

 GREEN value IS 12 (5.08% from 255) = 38.71%

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

R = 58.06%
G = 38.71%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.93

RGB Variations

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

Color information

#120C01 (or 0x120C01) is known color: Maire. HEX triplet: 12, 0C and 01. RGB value is (18,12,1). Sum of RGB (Red+Green+Blue) = 18+12+1=31 (4% of max value = 765). Red value is 18 (7.42% from 255 or 58.06% from 31); Green value is 12 (5.08% from 255 or 38.71% from 31); Blue value is 1 (0.78% from 255 or 3.23% from 31); Max value from RGB is 18 - color contains mainly: red. Hex color #120C01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120C01 is #EDF3FE. Grayscale: #0C0C0C. Windows color (decimal): -15594495 or 68626. OLE color: 68626.

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

Color convert

RGB 18 12 1 -
CMYK 0 0.33 0.94 0.93
HSL 38.82º 0.89% 0.04% -
HSV(B) 38.82º 0.94% 0.07% -
XYZ 0.39 0.39 0.08 -
YUV 12.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 18 12 1 0 0.33 0.94 0.93 38.82 0.89 0.04
Hex 12 C 1 0 21 5E 5D 27 59 4
Octal 22 14 1 0 41 136 135 47 131 4
Binary 10010 1100 1 0 100001 1011110 1011101 100111 1011001 100

Color Harmonies of #120C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120C01

Black with #120C01

Text Example


Text Example

White with #120C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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