Html Css Color HEX #15120C Maire

📋 copy color: '#15120C'

red 21 ◦ green 18 ◦ blue 12

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

Shades of Maire #15120C

Tints of Maire #15120C

RGB

 RED value IS 21 (8.59% from 255) = 41.18%

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

 BLUE value IS 12 (5.08% from 255) = 23.53%

R = 41.18%
G = 35.29%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.92

RGB Variations

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

Color information

#15120C (or 0x15120C) is known color: Maire. HEX triplet: 15, 12 and 0C. RGB value is (21,18,12). Sum of RGB (Red+Green+Blue) = 21+18+12=51 (6% of max value = 765). Red value is 21 (8.59% from 255 or 41.18% from 51); Green value is 18 (7.42% from 255 or 35.29% from 51); Blue value is 12 (5.08% from 255 or 23.53% from 51); Max value from RGB is 21 - color contains mainly: red. Hex color #15120C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15120C is #EAEDF3. Grayscale: #121212. Windows color (decimal): -15396340 or 791061. OLE color: 791061.

HSL color Cylindrical-coordinate representation of color #15120C: hue angle of 40º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #15120C is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 18 12 -
CMYK 0 0.14 0.43 0.92
HSL 40º 0.27% 0.06% -
HSV(B) 40º 0.43% 0.08% -
XYZ 0.59 0.62 0.44 -
YUV 18.21 124.49 129.99 -
System Red Green Blue C M Y K H S L
Decimal 21 18 12 0 0.14 0.43 0.92 40 0.27 0.06
Hex 15 12 C 0 E 2B 5C 28 1B 6
Octal 25 22 14 0 16 53 134 50 33 6
Binary 10101 10010 1100 0 1110 101011 1011100 101000 11011 110

Color Harmonies of #15120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15120C

Black with #15120C

Text Example


Text Example

White with #15120C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15120C; }

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

 H1.HeaderClassName
 {
   color: #15120C;
 }
 .AnyTagClassName
 {
   color: #15120C;
 }
</style>

background-color css

<style>
 a { background-color: #15120C; }

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

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

border-color css

<style>
 span { border-color: #15120C; }

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

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