Html Css Color HEX #161513 Maire

📋 copy color: '#161513'

red 22 ◦ green 21 ◦ blue 19

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

Shades of Maire #161513

Tints of Maire #161513

RGB

 RED value IS 22 (8.98% from 255) = 35.48%

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

 BLUE value IS 19 (7.81% from 255) = 30.65%

R = 35.48%
G = 33.87%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.91

RGB Variations

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

Color information

#161513 (or 0x161513) is known color: Maire. HEX triplet: 16, 15 and 13. RGB value is (22,21,19). Sum of RGB (Red+Green+Blue) = 22+21+19=62 (8% of max value = 765). Red value is 22 (8.98% from 255 or 35.48% from 62); Green value is 21 (8.59% from 255 or 33.87% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 22 - color contains mainly: red. Hex color #161513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161513 is #E9EAEC. Grayscale: #151515. Windows color (decimal): -15330029 or 1250582. OLE color: 1250582.

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

Color convert

RGB 22 21 19 -
CMYK 0 0.05 0.14 0.91
HSL 40º 0.07% 0.08% -
HSV(B) 40º 0.14% 0.09% -
XYZ 0.72 0.75 0.72 -
YUV 21.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 22 21 19 0 0.05 0.14 0.91 40 0.07 0.08
Hex 16 15 13 0 5 E 5B 28 7 8
Octal 26 25 23 0 5 16 133 50 7 10
Binary 10110 10101 10011 0 101 1110 1011011 101000 111 1000

Color Harmonies of #161513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161513

Black with #161513

Text Example


Text Example

White with #161513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161513; }

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

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

background-color css

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

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

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

border-color css

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

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

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