Html Css Color HEX #15140B Maire

📋 copy color: '#15140B'

red 21 ◦ green 20 ◦ blue 11

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

Shades of Maire #15140B

Tints of Maire #15140B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 38.46%

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

R = 40.38%
G = 38.46%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.92

RGB Variations

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

Color information

#15140B (or 0x15140B) is known color: Maire. HEX triplet: 15, 14 and 0B. RGB value is (21,20,11). Sum of RGB (Red+Green+Blue) = 21+20+11=52 (6% of max value = 765). Red value is 21 (8.59% from 255 or 40.38% from 52); Green value is 20 (8.20% from 255 or 38.46% from 52); Blue value is 11 (4.69% from 255 or 21.15% from 52); Max value from RGB is 21 - color contains mainly: red. Hex color #15140B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15140B is #EAEBF4. Grayscale: #131313. Windows color (decimal): -15395829 or 726037. OLE color: 726037.

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

Color convert

RGB 21 20 11 -
CMYK 0 0.05 0.48 0.92
HSL 54º 0.31% 0.06% -
HSV(B) 54º 0.48% 0.08% -
XYZ 0.62 0.68 0.42 -
YUV 19.27 123.33 129.23 -
System Red Green Blue C M Y K H S L
Decimal 21 20 11 0 0.05 0.48 0.92 54 0.31 0.06
Hex 15 14 B 0 5 30 5C 36 1F 6
Octal 25 24 13 0 5 60 134 66 37 6
Binary 10101 10100 1011 0 101 110000 1011100 110110 11111 110

Color Harmonies of #15140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15140B

Black with #15140B

Text Example


Text Example

White with #15140B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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