Html Css Color HEX #181312 Seal Brown

📋 copy color: '#181312'

red 24 ◦ green 19 ◦ blue 18

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

Shades of Seal Brown #181312

Tints of Seal Brown #181312

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 value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.91

RGB Variations

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

Color information

#181312 (or 0x181312) is known color: 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

RGB 24 19 18 -
CMYK 0 0.21 0.25 0.91
HSL 10º 0.14% 0.08% -
HSV(B) 10º 0.25% 0.09% -
XYZ 0.72 0.7 0.67 -
YUV 20.38 126.66 130.58 -
System Red Green Blue C M Y K H S L
Decimal 24 19 18 0 0.21 0.25 0.91 10 0.14 0.08
Hex 18 13 12 0 15 19 5B A E 8
Octal 30 23 22 0 25 31 133 12 16 10
Binary 11000 10011 10010 0 10101 11001 1011011 1010 1110 1000

Color Harmonies of #181312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181312

Black with #181312

Text Example


Text Example

White with #181312

Text Example


Text Example

HTML Codes & Css Web 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>