Html Css Color HEX #2F2029 Melanzane

📋 copy color: '#2F2029'

red 47 ◦ green 32 ◦ blue 41

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

Shades of Melanzane #2F2029

Tints of Melanzane #2F2029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.67%

 BLUE value IS 41 (16.41% from 255) = 34.17%

R = 39.17%
G = 26.67%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.82

RGB Variations

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

Color information

#2F2029 (or 0x2F2029) is known color: Melanzane. HEX triplet: 2F, 20 and 29. RGB value is (47,32,41). Sum of RGB (Red+Green+Blue) = 47+32+41=120 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.17% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2029 is #D0DFD6. Grayscale: #252525. Windows color (decimal): -13688791 or 2695215. OLE color: 2695215.

HSL color Cylindrical-coordinate representation of color #2F2029: hue angle of 324º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2F2029 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.82.

Color convert

RGB 47 32 41 -
CMYK 0 0.32 0.13 0.82
HSL 324º 0.19% 0.15% -
HSV(B) 324º 0.32% 0.18% -
XYZ 2.09 1.8 2.33 -
YUV 37.51 129.97 134.77 -
System Red Green Blue C M Y K H S L
Decimal 47 32 41 0 0.32 0.13 0.82 324 0.19 0.15
Hex 2F 20 29 0 20 D 52 144 13 F
Octal 57 40 51 0 40 15 122 504 23 17
Binary 101111 100000 101001 0 100000 1101 1010010 101000100 10011 1111

Color Harmonies of #2F2029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2029

Black with #2F2029

Text Example


Text Example

White with #2F2029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,32,41); }

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

background-color css

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

 a { background-color: rgb(47,32,41); }

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

border-color css

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

 span { border-color: rgb(47,32,41); }

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