Html Css Color HEX #15130F Maire

📋 copy color: '#15130F'

red 21 ◦ green 19 ◦ blue 15

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

Shades of Maire #15130F

Tints of Maire #15130F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 27.27%

R = 38.18%
G = 34.55%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.92

RGB Variations

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

Color information

#15130F (or 0x15130F) is known color: Maire. HEX triplet: 15, 13 and 0F. RGB value is (21,19,15). Sum of RGB (Red+Green+Blue) = 21+19+15=55 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.18% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 15 (6.25% from 255 or 27.27% from 55); Max value from RGB is 21 - color contains mainly: red. Hex color #15130F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15130F is #EAECF0. Grayscale: #131313. Windows color (decimal): -15396081 or 987925. OLE color: 987925.

HSL color Cylindrical-coordinate representation of color #15130F: hue angle of 40º degrees, saturation: 0.17, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #15130F is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 19 15 -
CMYK 0 0.10 0.29 0.92
HSL 40º 0.17% 0.07% -
HSV(B) 40º 0.29% 0.08% -
XYZ 0.63 0.66 0.55 -
YUV 19.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 21 19 15 0 0.10 0.29 0.92 40 0.17 0.07
Hex 15 13 F 0 A 1D 5C 28 11 7
Octal 25 23 17 0 12 35 134 50 21 7
Binary 10101 10011 1111 0 1010 11101 1011100 101000 10001 111

Color Harmonies of #15130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15130F

Black with #15130F

Text Example


Text Example

White with #15130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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