Html Css Color HEX #120D03 Maire

📋 copy color: '#120D03'

red 18 ◦ green 13 ◦ blue 3

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

Shades of Maire #120D03

Tints of Maire #120D03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 8.82%

R = 52.94%
G = 38.24%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.93

RGB Variations

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

Color information

#120D03 (or 0x120D03) is known color: Maire. HEX triplet: 12, 0D and 03. RGB value is (18,13,3). Sum of RGB (Red+Green+Blue) = 18+13+3=34 (4% of max value = 765). Red value is 18 (7.42% from 255 or 52.94% from 34); Green value is 13 (5.47% from 255 or 38.24% from 34); Blue value is 3 (1.56% from 255 or 8.82% from 34); Max value from RGB is 18 - color contains mainly: red. Hex color #120D03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120D03 is #EDF2FC. Grayscale: #0D0D0D. Windows color (decimal): -15594237 or 199954. OLE color: 199954.

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

Color convert

RGB 18 13 3 -
CMYK 0 0.28 0.83 0.93
HSL 40º 0.71% 0.04% -
HSV(B) 40º 0.83% 0.07% -
XYZ 0.41 0.42 0.15 -
YUV 13.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 18 13 3 0 0.28 0.83 0.93 40 0.71 0.04
Hex 12 D 3 0 1C 53 5D 28 47 4
Octal 22 15 3 0 34 123 135 50 107 4
Binary 10010 1101 11 0 11100 1010011 1011101 101000 1000111 100

Color Harmonies of #120D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120D03

Black with #120D03

Text Example


Text Example

White with #120D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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