Html Css Color HEX #15140C Maire

📋 copy color: '#15140C'

red 21 ◦ green 20 ◦ blue 12

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

Shades of Maire #15140C

Tints of Maire #15140C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 22.64%

R = 39.62%
G = 37.74%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.92

RGB Variations

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

Color information

#15140C (or 0x15140C) is known color: Maire. HEX triplet: 15, 14 and 0C. RGB value is (21,20,12). Sum of RGB (Red+Green+Blue) = 21+20+12=53 (7% of max value = 765). Red value is 21 (8.59% from 255 or 39.62% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 21 - color contains mainly: red. Hex color #15140C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15140C is #EAEBF3. Grayscale: #131313. Windows color (decimal): -15395828 or 791573. OLE color: 791573.

HSL color Cylindrical-coordinate representation of color #15140C: hue angle of 53.33º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #15140C is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 20 12 -
CMYK 0 0.05 0.43 0.92
HSL 53.33º 0.27% 0.06% -
HSV(B) 53.33º 0.43% 0.08% -
XYZ 0.63 0.69 0.45 -
YUV 19.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 21 20 12 0 0.05 0.43 0.92 53.33 0.27 0.06
Hex 15 14 C 0 5 2B 5C 35 1B 6
Octal 25 24 14 0 5 53 134 65 33 6
Binary 10101 10100 1100 0 101 101011 1011100 110101 11011 110

Color Harmonies of #15140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15140C

Black with #15140C

Text Example


Text Example

White with #15140C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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