Html Css Color HEX #181212 Seal Brown

📋 copy color: '#181212'

red 24 ◦ green 18 ◦ blue 18

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

Shades of Seal Brown #181212

Tints of Seal Brown #181212

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

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.91

RGB Variations

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

Color information

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

RGB 24 18 18 -
CMYK 0 0.25 0.25 0.91
HSL 0.14% 0.08% -
HSV(B) 0.25% 0.09% -
XYZ 0.7 0.67 0.66 -
YUV 19.79 126.99 131 -
System Red Green Blue C M Y K H S L
Decimal 24 18 18 0 0.25 0.25 0.91 0 0.14 0.08
Hex 18 12 12 0 19 19 5B 0 E 8
Octal 30 22 22 0 31 31 133 0 16 10
Binary 11000 10010 10010 0 11001 11001 1011011 0 1110 1000

Color Harmonies of #181212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181212

Black with #181212

Text Example


Text Example

White with #181212

Text Example


Text Example

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