Html Css Color HEX #181313 Seal Brown

📋 copy color: '#181313'

red 24 ◦ green 19 ◦ blue 19

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

Shades of Seal Brown #181313

Tints of Seal Brown #181313

RGB

 RED value IS 24 (9.77% from 255) = 38.71%

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

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

R = 38.71%
G = 30.65%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.91

RGB Variations

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

Color information

#181313 (or 0x181313) is known color: Seal Brown. HEX triplet: 18, 13 and 13. RGB value is (24,19,19). Sum of RGB (Red+Green+Blue) = 24+19+19=62 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.71% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 24 - color contains mainly: red. Hex color #181313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181313 is #E7ECEC. Grayscale: #141414. Windows color (decimal): -15199469 or 1250072. OLE color: 1250072.

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

Color convert

RGB 24 19 19 -
CMYK 0 0.21 0.21 0.91
HSL 0.12% 0.08% -
HSV(B) 0.21% 0.09% -
XYZ 0.73 0.71 0.71 -
YUV 20.5 127.16 130.5 -
System Red Green Blue C M Y K H S L
Decimal 24 19 19 0 0.21 0.21 0.91 0 0.12 0.08
Hex 18 13 13 0 15 15 5B 0 C 8
Octal 30 23 23 0 25 25 133 0 14 10
Binary 11000 10011 10011 0 10101 10101 1011011 0 1100 1000

Color Harmonies of #181313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181313

Black with #181313

Text Example


Text Example

White with #181313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181313; }

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

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

background-color css

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

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

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

border-color css

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

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

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