Html Css Color HEX #15130B Maire

📋 copy color: '#15130B'

red 21 ◦ green 19 ◦ blue 11

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

Shades of Maire #15130B

Tints of Maire #15130B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 37.25%

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

R = 41.18%
G = 37.25%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.92

RGB Variations

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

Color information

#15130B (or 0x15130B) is known color: Maire. HEX triplet: 15, 13 and 0B. RGB value is (21,19,11). Sum of RGB (Red+Green+Blue) = 21+19+11=51 (6% of max value = 765). Red value is 21 (8.59% from 255 or 41.18% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 11 (4.69% from 255 or 21.57% from 51); Max value from RGB is 21 - color contains mainly: red. Hex color #15130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15130B is #EAECF4. Grayscale: #121212. Windows color (decimal): -15396085 or 725781. OLE color: 725781.

HSL color Cylindrical-coordinate representation of color #15130B: hue angle of 48º 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 #15130B is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 19 11 -
CMYK 0 0.10 0.48 0.92
HSL 48º 0.31% 0.06% -
HSV(B) 48º 0.48% 0.08% -
XYZ 0.6 0.65 0.41 -
YUV 18.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 21 19 11 0 0.10 0.48 0.92 48 0.31 0.06
Hex 15 13 B 0 A 30 5C 30 1F 6
Octal 25 23 13 0 12 60 134 60 37 6
Binary 10101 10011 1011 0 1010 110000 1011100 110000 11111 110

Color Harmonies of #15130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15130B

Black with #15130B

Text Example


Text Example

White with #15130B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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