Html Css Color HEX #15130E Maire

📋 copy color: '#15130E'

red 21 ◦ green 19 ◦ blue 14

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

Shades of Maire #15130E

Tints of Maire #15130E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 25.93%

R = 38.89%
G = 35.19%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.92

RGB Variations

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

Color information

#15130E (or 0x15130E) is known color: Maire. HEX triplet: 15, 13 and 0E. RGB value is (21,19,14). Sum of RGB (Red+Green+Blue) = 21+19+14=54 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.89% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 14 (5.86% from 255 or 25.93% from 54); Max value from RGB is 21 - color contains mainly: red. Hex color #15130E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15130E is #EAECF1. Grayscale: #131313. Windows color (decimal): -15396082 or 922389. OLE color: 922389.

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

Color convert

RGB 21 19 14 -
CMYK 0 0.10 0.33 0.92
HSL 42.86º 0.2% 0.07% -
HSV(B) 42.86º 0.33% 0.08% -
XYZ 0.62 0.66 0.51 -
YUV 19.03 125.16 129.41 -
System Red Green Blue C M Y K H S L
Decimal 21 19 14 0 0.10 0.33 0.92 42.86 0.2 0.07
Hex 15 13 E 0 A 21 5C 2B 14 7
Octal 25 23 16 0 12 41 134 53 24 7
Binary 10101 10011 1110 0 1010 100001 1011100 101011 10100 111

Color Harmonies of #15130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15130E

Black with #15130E

Text Example


Text Example

White with #15130E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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