#181312

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

Shades of Seal Brown #181312

Tints of Seal Brown #181312

Color information

#181312 (or 0x181312) is unknown color: approx Seal Brown. HEX triplet: 18, 13 and 12. RGB value is (24,19,18). Sum of RGB (Red+Green+Blue) = 24+19+18=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 19 (7.81% from 255 or 31.15% from 61); Blue value is 18 (7.42% from 255 or 29.51% from 61); Max value from RGB is 24 - color contains mainly: red. Hex color #181312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181312 is #E7ECED. Grayscale: #141414. Windows color (decimal): -15199470 or 1184536. OLE color: 1184536.

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

Color convert

RGB241918-
CMYK00.210.250.91
HSL10º14.29%8.24%-
HSV(B)10º25%9.41%-
XYZ0.720.70.67-
YUV20.38126.66130.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 39.34%
GREEN value IS 19 (7.81% from 255) = 31.15%
BLUE value IS 18 (7.42% from 255) = 29.51%
R=39.34%
G=31.15%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24191800.210.250.911014.298.24
Hex181312015195Bae8
Octal30232202531133121610
Binary110001001110010010101110011011011101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181312; }

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

 H1.HeaderClassName
 {
   color: #181312;
 }
 .AnyTagClassName
 {
   color: #181312;
 }
</style>
background-color css

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

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

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

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

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

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