Html Css Color HEX #2F182A Melanzane

📋 copy color: '#2F182A'

red 47 ◦ green 24 ◦ blue 42

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

Shades of Melanzane #2F182A

Tints of Melanzane #2F182A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.24%

 BLUE value IS 42 (16.8% from 255) = 37.17%

R = 41.59%
G = 21.24%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.82

RGB Variations

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

Color information

#2F182A (or 0x2F182A) is known color: Melanzane. HEX triplet: 2F, 18 and 2A. RGB value is (47,24,42). Sum of RGB (Red+Green+Blue) = 47+24+42=113 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.59% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 47 - color contains mainly: red. Hex color #2F182A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F182A is #D0E7D5. Grayscale: #202020. Windows color (decimal): -13690838 or 2758703. OLE color: 2758703.

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

Color convert

RGB 47 24 42 -
CMYK 0 0.49 0.11 0.82
HSL 313.04º 0.32% 0.14% -
HSV(B) 313.04º 0.49% 0.18% -
XYZ 1.92 1.42 2.36 -
YUV 32.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 47 24 42 0 0.49 0.11 0.82 313.04 0.32 0.14
Hex 2F 18 2A 0 31 B 52 139 20 E
Octal 57 30 52 0 61 13 122 471 40 16
Binary 101111 11000 101010 0 110001 1011 1010010 100111001 100000 1110

Color Harmonies of #2F182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F182A

Black with #2F182A

Text Example


Text Example

White with #2F182A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,24,42); }

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

background-color css

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

 a { background-color: rgb(47,24,42); }

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

border-color css

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

 span { border-color: rgb(47,24,42); }

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