#2F1E1C

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

Shades of Seal Brown #2F1E1C

Tints of Seal Brown #2F1E1C

Color information

#2F1E1C (or 0x2F1E1C) is unknown color: approx Seal Brown. HEX triplet: 2F, 1E and 1C. RGB value is (47,30,28). Sum of RGB (Red+Green+Blue) = 47+30+28=105 (13% of max value = 765). Red value is 47 (18.75% from 255 or 44.76% from 105); Green value is 30 (12.11% from 255 or 28.57% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1E1C is #D0E1E3. Grayscale: #222222. Windows color (decimal): -13689316 or 1842735. OLE color: 1842735.

HSL color Cylindrical-coordinate representation of color #2F1E1C: hue angle of 6.32º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2F1E1C is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.82.

Color convert

RGB473028-
CMYK00.360.400.82
HSL6.32º25.33%14.71%-
HSV(B)6.32º40.43%18.43%-
XYZ1.851.621.31-
YUV34.85124.13136.66-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 44.76%
GREEN value IS 30 (12.11% from 255) = 28.57%
BLUE value IS 28 (11.33% from 255) = 26.67%
R=44.76%
G=28.57%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47302800.360.400.826.3225.3314.71
Hex2F1E1C0242852619f
Octal5736340445012263117
Binary101111111101110001001001010001010010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,30,28); }

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

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

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

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

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

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

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