Html Css Color HEX #2F3321 Eternity

📋 copy color: '#2F3321'

red 47 ◦ green 51 ◦ blue 33

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

Shades of Eternity #2F3321

Tints of Eternity #2F3321

RGB

 RED value IS 47 (18.75% from 255) = 35.88%

 GREEN value IS 51 (20.31% from 255) = 38.93%

 BLUE value IS 33 (13.28% from 255) = 25.19%

R = 35.88%
G = 38.93%
B = 25.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.8

RGB Variations

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

Color information

#2F3321 (or 0x2F3321) is known color: Eternity. HEX triplet: 2F, 33 and 21. RGB value is (47,51,33). Sum of RGB (Red+Green+Blue) = 47+51+33=131 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.88% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 51 - color contains mainly: green. Hex color #2F3321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3321 is #D0CCDE. Grayscale: #2F2F2F. Windows color (decimal): -13683935 or 2175791. OLE color: 2175791.

HSL color Cylindrical-coordinate representation of color #2F3321: hue angle of 73.33º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2F3321 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB 47 51 33 -
CMYK 0.08 0 0.35 0.8
HSL 73.33º 0.21% 0.16% -
HSV(B) 73.33º 0.35% 0.2% -
XYZ 2.63 3.08 1.9 -
YUV 47.75 119.67 127.46 -
System Red Green Blue C M Y K H S L
Decimal 47 51 33 0.08 0 0.35 0.8 73.33 0.21 0.16
Hex 2F 33 21 8 0 23 50 49 15 10
Octal 57 63 41 10 0 43 120 111 25 20
Binary 101111 110011 100001 1000 0 100011 1010000 1001001 10101 10000

Color Harmonies of #2F3321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3321

Black with #2F3321

Text Example


Text Example

White with #2F3321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F3321;
 }
 .AnyTagClassName
 {
   color: #2F3321;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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