Html Css Color HEX #31252F Melanzane

📋 copy color: '#31252F'

red 49 ◦ green 37 ◦ blue 47

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

Shades of Melanzane #31252F

Tints of Melanzane #31252F

RGB

 RED value IS 49 (19.53% from 255) = 36.84%

 GREEN value IS 37 (14.84% from 255) = 27.82%

 BLUE value IS 47 (18.75% from 255) = 35.34%

R = 36.84%
G = 27.82%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#31252F (or 0x31252F) is known color: Melanzane. HEX triplet: 31, 25 and 2F. RGB value is (49,37,47). Sum of RGB (Red+Green+Blue) = 49+37+47=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 49 - color contains mainly: red. Hex color #31252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31252F is #CEDAD0. Grayscale: #292929. Windows color (decimal): -13556433 or 3089713. OLE color: 3089713.

HSL color Cylindrical-coordinate representation of color #31252F: hue angle of 310º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #31252F is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 37 47 -
CMYK 0 0.24 0.04 0.81
HSL 310º 0.14% 0.17% -
HSV(B) 310º 0.24% 0.19% -
XYZ 2.44 2.18 2.98 -
YUV 41.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 49 37 47 0 0.24 0.04 0.81 310 0.14 0.17
Hex 31 25 2F 0 18 4 51 136 E 11
Octal 61 45 57 0 30 4 121 466 16 21
Binary 110001 100101 101111 0 11000 100 1010001 100110110 1110 10001

Color Harmonies of #31252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31252F

Black with #31252F

Text Example


Text Example

White with #31252F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31252F; }

 p { color: rgb(49,37,47); }

 H1.HeaderClassName
 {
   color: #31252F;
 }
 .AnyTagClassName
 {
   color: #31252F;
 }
</style>

background-color css

<style>
 a { background-color: #31252F; }

 a { background-color: rgb(49,37,47); }

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

border-color css

<style>
 span { border-color: #31252F; }

 span { border-color: rgb(49,37,47); }

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