Html Css Color HEX #312B30 Melanzane

📋 copy color: '#312B30'

red 49 ◦ green 43 ◦ blue 48

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

Shades of Melanzane #312B30

Tints of Melanzane #312B30

RGB

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

 GREEN value IS 43 (17.19% from 255) = 30.71%

 BLUE value IS 48 (19.14% from 255) = 34.29%

R = 35%
G = 30.71%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#312B30 (or 0x312B30) is known color: Melanzane. HEX triplet: 31, 2B and 30. RGB value is (49,43,48). Sum of RGB (Red+Green+Blue) = 49+43+48=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 43 (17.19% from 255 or 30.71% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 49 - color contains mainly: red. Hex color #312B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312B30 is #CED4CF. Grayscale: #2D2D2D. Windows color (decimal): -13554896 or 3156785. OLE color: 3156785.

HSL color Cylindrical-coordinate representation of color #312B30: hue angle of 310º degrees, saturation: 0.07, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #312B30 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 43 48 -
CMYK 0 0.12 0.02 0.81
HSL 310º 0.07% 0.18% -
HSV(B) 310º 0.12% 0.19% -
XYZ 2.66 2.59 3.16 -
YUV 45.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 49 43 48 0 0.12 0.02 0.81 310 0.07 0.18
Hex 31 2B 30 0 C 2 51 136 7 12
Octal 61 53 60 0 14 2 121 466 7 22
Binary 110001 101011 110000 0 1100 10 1010001 100110110 111 10010

Color Harmonies of #312B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312B30

Black with #312B30

Text Example


Text Example

White with #312B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312B30; }

 p { color: rgb(49,43,48); }

 H1.HeaderClassName
 {
   color: #312B30;
 }
 .AnyTagClassName
 {
   color: #312B30;
 }
</style>

background-color css

<style>
 a { background-color: #312B30; }

 a { background-color: rgb(49,43,48); }

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

border-color css

<style>
 span { border-color: #312B30; }

 span { border-color: rgb(49,43,48); }

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