Html Css Color HEX #12120B Maire

📋 copy color: '#12120B'

red 18 ◦ green 18 ◦ blue 11

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

Shades of Maire #12120B

Tints of Maire #12120B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 38.3%

 BLUE value IS 11 (4.69% from 255) = 23.4%

R = 38.3%
G = 38.3%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.39

 K value IS 0.93

RGB Variations

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

Color information

#12120B (or 0x12120B) is known color: Maire. HEX triplet: 12, 12 and 0B. RGB value is (18,18,11). Sum of RGB (Red+Green+Blue) = 18+18+11=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 18 (7.42% from 255 or 38.30% from 47); Blue value is 11 (4.69% from 255 or 23.40% from 47); Max value from RGB is 18 - color contains mainly: red, green. Hex color #12120B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12120B is #EDEDF4. Grayscale: #111111. Windows color (decimal): -15592949 or 725522. OLE color: 725522.

HSL color Cylindrical-coordinate representation of color #12120B: hue angle of 60º degrees, saturation: 0.24, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #12120B is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 18 11 -
CMYK 0 0 0.39 0.93
HSL 60º 0.24% 0.06% -
HSV(B) 60º 0.39% 0.07% -
XYZ 0.53 0.59 0.4 -
YUV 17.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 18 18 11 0 0 0.39 0.93 60 0.24 0.06
Hex 12 12 B 0 0 27 5D 3C 18 6
Octal 22 22 13 0 0 47 135 74 30 6
Binary 10010 10010 1011 0 0 100111 1011101 111100 11000 110

Color Harmonies of #12120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12120B

Black with #12120B

Text Example


Text Example

White with #12120B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12120B; }

 p { color: rgb(18,18,11); }

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

background-color css

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

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

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

border-color css

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

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

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