Html Css Color HEX #151514 Maire

📋 copy color: '#151514'

red 21 ◦ green 21 ◦ blue 20

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

Shades of Maire #151514

Tints of Maire #151514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 32.26%

R = 33.87%
G = 33.87%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.05

 K value IS 0.92

RGB Variations

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

Color information

#151514 (or 0x151514) is known color: Maire. HEX triplet: 15, 15 and 14. RGB value is (21,21,20). Sum of RGB (Red+Green+Blue) = 21+21+20=62 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.87% from 62); Green value is 21 (8.59% from 255 or 33.87% from 62); Blue value is 20 (8.20% from 255 or 32.26% from 62); Max value from RGB is 21 - color contains mainly: red, green. Hex color #151514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151514 is #EAEAEB. Grayscale: #141414. Windows color (decimal): -15395564 or 1316117. OLE color: 1316117.

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

Color convert

RGB 21 21 20 -
CMYK 0 0 0.05 0.92
HSL 60º 0.02% 0.08% -
HSV(B) 60º 0.05% 0.08% -
XYZ 0.7 0.75 0.77 -
YUV 20.89 127.5 128.08 -
System Red Green Blue C M Y K H S L
Decimal 21 21 20 0 0 0.05 0.92 60 0.02 0.08
Hex 15 15 14 0 0 5 5C 3C 2 8
Octal 25 25 24 0 0 5 134 74 2 10
Binary 10101 10101 10100 0 0 101 1011100 111100 10 1000

Color Harmonies of #151514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151514

Black with #151514

Text Example


Text Example

White with #151514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151514; }

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

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

background-color css

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

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

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

border-color css

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

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

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