Html Css Color HEX #15120B Maire

📋 copy color: '#15120B'

red 21 ◦ green 18 ◦ blue 11

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

Shades of Maire #15120B

Tints of Maire #15120B

RGB

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

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

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

R = 42%
G = 36%
B = 22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.92

RGB Variations

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

Color information

#15120B (or 0x15120B) is known color: Maire. HEX triplet: 15, 12 and 0B. RGB value is (21,18,11). Sum of RGB (Red+Green+Blue) = 21+18+11=50 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42% from 50); Green value is 18 (7.42% from 255 or 36% from 50); Blue value is 11 (4.69% from 255 or 22% from 50); Max value from RGB is 21 - color contains mainly: red. Hex color #15120B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15120B is #EAEDF4. Grayscale: #121212. Windows color (decimal): -15396341 or 725525. OLE color: 725525.

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

Color convert

RGB 21 18 11 -
CMYK 0 0.14 0.48 0.92
HSL 42º 0.31% 0.06% -
HSV(B) 42º 0.48% 0.08% -
XYZ 0.59 0.62 0.4 -
YUV 18.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 21 18 11 0 0.14 0.48 0.92 42 0.31 0.06
Hex 15 12 B 0 E 30 5C 2A 1F 6
Octal 25 22 13 0 16 60 134 52 37 6
Binary 10101 10010 1011 0 1110 110000 1011100 101010 11111 110

Color Harmonies of #15120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15120B

Black with #15120B

Text Example


Text Example

White with #15120B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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