Html Css Color HEX #181210 Seal Brown

📋 copy color: '#181210'

red 24 ◦ green 18 ◦ blue 16

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

Shades of Seal Brown #181210

Tints of Seal Brown #181210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 31.03%

 BLUE value IS 16 (6.64% from 255) = 27.59%

R = 41.38%
G = 31.03%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.91

RGB Variations

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

Color information

#181210 (or 0x181210) is known color: Seal Brown. HEX triplet: 18, 12 and 10. RGB value is (24,18,16). Sum of RGB (Red+Green+Blue) = 24+18+16=58 (7% of max value = 765). Red value is 24 (9.77% from 255 or 41.38% from 58); Green value is 18 (7.42% from 255 or 31.03% from 58); Blue value is 16 (6.64% from 255 or 27.59% from 58); Max value from RGB is 24 - color contains mainly: red. Hex color #181210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181210 is #E7EDEF. Grayscale: #131313. Windows color (decimal): -15199728 or 1053208. OLE color: 1053208.

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

Color convert

RGB 24 18 16 -
CMYK 0 0.25 0.33 0.91
HSL 15º 0.2% 0.08% -
HSV(B) 15º 0.33% 0.09% -
XYZ 0.69 0.66 0.58 -
YUV 19.57 125.99 131.16 -
System Red Green Blue C M Y K H S L
Decimal 24 18 16 0 0.25 0.33 0.91 15 0.2 0.08
Hex 18 12 10 0 19 21 5B F 14 8
Octal 30 22 20 0 31 41 133 17 24 10
Binary 11000 10010 10000 0 11001 100001 1011011 1111 10100 1000

Color Harmonies of #181210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181210

Black with #181210

Text Example


Text Example

White with #181210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181210; }

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

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

background-color css

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

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

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

border-color css

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

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

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