#181313

Color #181313 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #181313

Tints of Seal Brown #181313

Color information

#181313 (or 0x181313) is unknown color: approx 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

RGB241919-
CMYK00.210.210.91
HSL11.63%8.43%-
HSV(B)20.83%9.41%-
XYZ0.730.710.71-
YUV20.5127.16130.5-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24191900.210.210.91011.638.43
Hex181313015155B0c8
Octal3023230252513301410
Binary110001001110011010101101011011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>