#181212

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

Shades of Seal Brown #181212

Tints of Seal Brown #181212

Color information

#181212 (or 0x181212) is unknown color: approx Seal Brown. HEX triplet: 18, 12 and 12. RGB value is (24,18,18). Sum of RGB (Red+Green+Blue) = 24+18+18=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 18 (7.42% from 255 or 30% from 60); Max value from RGB is 24 - color contains mainly: red. Hex color #181212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181212 is #E7EDED. Grayscale: #131313. Windows color (decimal): -15199726 or 1184280. OLE color: 1184280.

HSL color Cylindrical-coordinate representation of color #181212: hue angle of 0º 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 #181212 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.91.

Color convert

RGB241818-
CMYK00.250.250.91
HSL14.29%8.24%-
HSV(B)25%9.41%-
XYZ0.70.670.66-
YUV19.79126.99131-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 40%
GREEN value IS 18 (7.42% from 255) = 30%
BLUE value IS 18 (7.42% from 255) = 30%
R=40%
G=30%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24181800.250.250.91014.298.24
Hex181212019195B0e8
Octal3022220313113301610
Binary110001001010010011001110011011011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181212; }

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

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

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

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

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

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

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

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