#281818

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

Shades of Seal Brown #281818

Tints of Seal Brown #281818

Color information

#281818 (or 0x281818) is unknown color: approx Seal Brown. HEX triplet: 28, 18 and 18. RGB value is (40,24,24). Sum of RGB (Red+Green+Blue) = 40+24+24=88 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.45% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 24 (9.77% from 255 or 27.27% from 88); Max value from RGB is 40 - color contains mainly: red. Hex color #281818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281818 is #D7E7E7. Grayscale: #1C1C1C. Windows color (decimal): -14149608 or 1579048. OLE color: 1579048.

HSL color Cylindrical-coordinate representation of color #281818: hue angle of 0º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #281818 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.84.

Color convert

RGB402424-
CMYK00.400.400.84
HSL25%12.55%-
HSV(B)40%15.69%-
XYZ1.371.171.02-
YUV28.78125.3136-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 45.45%
GREEN value IS 24 (9.77% from 255) = 27.27%
BLUE value IS 24 (9.77% from 255) = 27.27%
R=45.45%
G=27.27%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40242400.400.400.8402512.55
Hex2818180282854019d
Octal5030300505012403115
Binary1010001100011000010100010100010101000110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281818; }

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

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

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

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

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

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

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

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