Html Css Color HEX #161313 Seal Brown

📋 copy color: '#161313'

red 22 ◦ green 19 ◦ blue 19

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

Shades of Seal Brown #161313

Tints of Seal Brown #161313

RGB

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

 GREEN value IS 19 (7.81% from 255) = 31.67%

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

R = 36.67%
G = 31.67%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.91

RGB Variations

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

Color information

#161313 (or 0x161313) is known color: Seal Brown. HEX triplet: 16, 13 and 13. RGB value is (22,19,19). Sum of RGB (Red+Green+Blue) = 22+19+19=60 (7% of max value = 765). Red value is 22 (8.98% from 255 or 36.67% from 60); Green value is 19 (7.81% from 255 or 31.67% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 22 - color contains mainly: red. Hex color #161313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161313 is #E9ECEC. Grayscale: #131313. Windows color (decimal): -15330541 or 1250070. OLE color: 1250070.

HSL color Cylindrical-coordinate representation of color #161313: hue angle of 0º 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 #161313 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.91.

Color convert

RGB 22 19 19 -
CMYK 0 0.14 0.14 0.91
HSL 0.07% 0.08% -
HSV(B) 0.14% 0.09% -
XYZ 0.68 0.68 0.71 -
YUV 19.9 127.49 129.5 -
System Red Green Blue C M Y K H S L
Decimal 22 19 19 0 0.14 0.14 0.91 0 0.07 0.08
Hex 16 13 13 0 E E 5B 0 7 8
Octal 26 23 23 0 16 16 133 0 7 10
Binary 10110 10011 10011 0 1110 1110 1011011 0 111 1000

Color Harmonies of #161313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161313

Black with #161313

Text Example


Text Example

White with #161313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161313; }

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

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

background-color css

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

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

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

border-color css

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

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

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