Html Css Color HEX #120D02 Maire

📋 copy color: '#120D02'

red 18 ◦ green 13 ◦ blue 2

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

Shades of Maire #120D02

Tints of Maire #120D02

RGB

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

 GREEN value IS 13 (5.47% from 255) = 39.39%

 BLUE value IS 2 (1.17% from 255) = 6.06%

R = 54.55%
G = 39.39%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.93

RGB Variations

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

Color information

#120D02 (or 0x120D02) is known color: Maire. HEX triplet: 12, 0D and 02. RGB value is (18,13,2). Sum of RGB (Red+Green+Blue) = 18+13+2=33 (4% of max value = 765). Red value is 18 (7.42% from 255 or 54.55% from 33); Green value is 13 (5.47% from 255 or 39.39% from 33); Blue value is 2 (1.17% from 255 or 6.06% from 33); Max value from RGB is 18 - color contains mainly: red. Hex color #120D02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120D02 is #EDF2FD. Grayscale: #0D0D0D. Windows color (decimal): -15594238 or 134418. OLE color: 134418.

HSL color Cylindrical-coordinate representation of color #120D02: hue angle of 41.25º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #120D02 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 13 2 -
CMYK 0 0.28 0.89 0.93
HSL 41.25º 0.8% 0.04% -
HSV(B) 41.25º 0.89% 0.07% -
XYZ 0.4 0.42 0.12 -
YUV 13.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 18 13 2 0 0.28 0.89 0.93 41.25 0.8 0.04
Hex 12 D 2 0 1C 59 5D 29 50 4
Octal 22 15 2 0 34 131 135 51 120 4
Binary 10010 1101 10 0 11100 1011001 1011101 101001 1010000 100

Color Harmonies of #120D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120D02

Black with #120D02

Text Example


Text Example

White with #120D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,13,2); }

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

background-color css

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

 a { background-color: rgb(18,13,2); }

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

border-color css

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

 span { border-color: rgb(18,13,2); }

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