#2F2221

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

Shades of Livid Brown #2F2221

Tints of Livid Brown #2F2221

Color information

#2F2221 (or 0x2F2221) is unknown color: approx Livid Brown. HEX triplet: 2F, 22 and 21. RGB value is (47,34,33). Sum of RGB (Red+Green+Blue) = 47+34+33=114 (15% of max value = 765). Red value is 47 (18.75% from 255 or 41.23% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2221 is #D0DDDE. Grayscale: #252525. Windows color (decimal): -13688287 or 2171439. OLE color: 2171439.

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

Color convert

RGB473433-
CMYK00.280.300.82
HSL4.29º17.5%15.69%-
HSV(B)4.29º29.79%18.43%-
XYZ2.021.861.69-
YUV37.77125.31134.58-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 41.23%
GREEN value IS 34 (13.67% from 255) = 29.82%
BLUE value IS 33 (13.28% from 255) = 28.95%
R=41.23%
G=29.82%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47343300.280.300.824.2917.515.69
Hex2F222101C1E5241210
Octal5742410343612242220
Binary1011111000101000010111001111010100101001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,34,33); }

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

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

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

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

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

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

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