#2F1818

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

Shades of Seal Brown #2F1818

Tints of Seal Brown #2F1818

Color information

#2F1818 (or 0x2F1818) is unknown color: approx Seal Brown. HEX triplet: 2F, 18 and 18. RGB value is (47,24,24). Sum of RGB (Red+Green+Blue) = 47+24+24=95 (12% of max value = 765). Red value is 47 (18.75% from 255 or 49.47% from 95); Green value is 24 (9.77% from 255 or 25.26% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F1818 is #D0E7E7. Grayscale: #1E1E1E. Windows color (decimal): -13690856 or 1579055. OLE color: 1579055.

HSL color Cylindrical-coordinate representation of color #2F1818: hue angle of 0º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F1818 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.82.

Color convert

RGB472424-
CMYK00.490.490.82
HSL32.39%13.92%-
HSV(B)48.94%18.43%-
XYZ1.661.321.03-
YUV30.88124.12139.5-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 49.47%
GREEN value IS 24 (9.77% from 255) = 25.26%
BLUE value IS 24 (9.77% from 255) = 25.26%
R=49.47%
G=25.26%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47242400.490.490.82032.3913.92
Hex2F18180313152020e
Octal5730300616112204016
Binary10111111000110000110001110001101001001000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F1818; }

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

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

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

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

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

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

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

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