Html Css Color HEX #2F2221 Livid Brown

📋 copy color: '#2F2221'

red 47 ◦ green 34 ◦ blue 33

#2F2221
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Livid Brown #2F2221

Tints of Livid Brown #2F2221

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 value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.82

RGB Variations

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

Color information

#2F2221 (or 0x2F2221) is known color: 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.17, 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

RGB 47 34 33 -
CMYK 0 0.28 0.30 0.82
HSL 4.29º 0.18% 0.16% -
HSV(B) 4.29º 0.3% 0.18% -
XYZ 2.02 1.86 1.69 -
YUV 37.77 125.31 134.58 -
System Red Green Blue C M Y K H S L
Decimal 47 34 33 0 0.28 0.30 0.82 4.29 0.18 0.16
Hex 2F 22 21 0 1C 1E 52 4 12 10
Octal 57 42 41 0 34 36 122 4 22 20
Binary 101111 100010 100001 0 11100 11110 1010010 100 10010 10000

Color Harmonies of #2F2221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2221

Black with #2F2221

Text Example


Text Example

White with #2F2221

Text Example


Text Example

HTML Codes & Css Web 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>