#2F1B18

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

Shades of Seal Brown #2F1B18

Tints of Seal Brown #2F1B18

Color information

#2F1B18 (or 0x2F1B18) is unknown color: approx Seal Brown. HEX triplet: 2F, 1B and 18. RGB value is (47,27,24). Sum of RGB (Red+Green+Blue) = 47+27+24=98 (12% of max value = 765). Red value is 47 (18.75% from 255 or 47.96% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 24 (9.77% from 255 or 24.49% from 98); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F1B18 is #D0E4E7. Grayscale: #202020. Windows color (decimal): -13690088 or 1579823. OLE color: 1579823.

HSL color Cylindrical-coordinate representation of color #2F1B18: hue angle of 7.83º 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 #2F1B18 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.82.

Color convert

RGB472724-
CMYK00.430.490.82
HSL7.83º32.39%13.92%-
HSV(B)7.83º48.94%18.43%-
XYZ1.731.451.05-
YUV32.64123.13138.24-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 47.96%
GREEN value IS 27 (10.94% from 255) = 27.55%
BLUE value IS 24 (9.77% from 255) = 24.49%
R=47.96%
G=27.55%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47272400.430.490.827.8332.3913.92
Hex2F1B1802B3152820e
Octal57333005361122104016
Binary10111111011110000101011110001101001010001000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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