Html Css Color HEX #331B2E Melanzane

📋 copy color: '#331B2E'

red 51 ◦ green 27 ◦ blue 46

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

Shades of Melanzane #331B2E

Tints of Melanzane #331B2E

RGB

 RED value IS 51 (20.31% from 255) = 41.13%

 GREEN value IS 27 (10.94% from 255) = 21.77%

 BLUE value IS 46 (18.36% from 255) = 37.1%

R = 41.13%
G = 21.77%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.8

RGB Variations

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

Color information

#331B2E (or 0x331B2E) is known color: Melanzane. HEX triplet: 33, 1B and 2E. RGB value is (51,27,46). Sum of RGB (Red+Green+Blue) = 51+27+46=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 27 (10.94% from 255 or 21.77% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 51 - color contains mainly: red. Hex color #331B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331B2E is #CCE4D1. Grayscale: #242424. Windows color (decimal): -13427922 or 3021619. OLE color: 3021619.

HSL color Cylindrical-coordinate representation of color #331B2E: hue angle of 312.5º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #331B2E is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 27 46 -
CMYK 0 0.47 0.10 0.8
HSL 312.5º 0.31% 0.15% -
HSV(B) 312.5º 0.47% 0.2% -
XYZ 2.25 1.68 2.79 -
YUV 36.34 133.45 138.46 -
System Red Green Blue C M Y K H S L
Decimal 51 27 46 0 0.47 0.10 0.8 312.5 0.31 0.15
Hex 33 1B 2E 0 2F A 50 138 1F F
Octal 63 33 56 0 57 12 120 470 37 17
Binary 110011 11011 101110 0 101111 1010 1010000 100111000 11111 1111

Color Harmonies of #331B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331B2E

Black with #331B2E

Text Example


Text Example

White with #331B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331B2E; }

 p { color: rgb(51,27,46); }

 H1.HeaderClassName
 {
   color: #331B2E;
 }
 .AnyTagClassName
 {
   color: #331B2E;
 }
</style>

background-color css

<style>
 a { background-color: #331B2E; }

 a { background-color: rgb(51,27,46); }

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

border-color css

<style>
 span { border-color: #331B2E; }

 span { border-color: rgb(51,27,46); }

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