Html Css Color HEX #151512 Maire

📋 copy color: '#151512'

red 21 ◦ green 21 ◦ blue 18

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

Shades of Maire #151512

Tints of Maire #151512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 35%

 BLUE value IS 18 (7.42% from 255) = 30%

R = 35%
G = 35%
B = 30%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.14

 K value IS 0.92

RGB Variations

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

Color information

#151512 (or 0x151512) is known color: Maire. HEX triplet: 15, 15 and 12. RGB value is (21,21,18). Sum of RGB (Red+Green+Blue) = 21+21+18=60 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35% from 60); Green value is 21 (8.59% from 255 or 35% from 60); Blue value is 18 (7.42% from 255 or 30% from 60); Max value from RGB is 21 - color contains mainly: red, green. Hex color #151512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151512 is #EAEAED. Grayscale: #141414. Windows color (decimal): -15395566 or 1185045. OLE color: 1185045.

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

Color convert

RGB 21 21 18 -
CMYK 0 0 0.14 0.92
HSL 60º 0.08% 0.08% -
HSV(B) 60º 0.14% 0.08% -
XYZ 0.69 0.74 0.68 -
YUV 20.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 21 21 18 0 0 0.14 0.92 60 0.08 0.08
Hex 15 15 12 0 0 E 5C 3C 8 8
Octal 25 25 22 0 0 16 134 74 10 10
Binary 10101 10101 10010 0 0 1110 1011100 111100 1000 1000

Color Harmonies of #151512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151512

Black with #151512

Text Example


Text Example

White with #151512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151512; }

 p { color: rgb(21,21,18); }

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

background-color css

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

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

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

border-color css

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

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

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