Html Css Color HEX #362831 Melanzane

📋 copy color: '#362831'

red 54 ◦ green 40 ◦ blue 49

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

Shades of Melanzane #362831

Tints of Melanzane #362831

RGB

 RED value IS 54 (21.48% from 255) = 37.76%

 GREEN value IS 40 (16.02% from 255) = 27.97%

 BLUE value IS 49 (19.53% from 255) = 34.27%

R = 37.76%
G = 27.97%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#362831 (or 0x362831) is known color: Melanzane. HEX triplet: 36, 28 and 31. RGB value is (54,40,49). Sum of RGB (Red+Green+Blue) = 54+40+49=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 49 (19.53% from 255 or 34.27% from 143); Max value from RGB is 54 - color contains mainly: red. Hex color #362831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362831 is #C9D7CE. Grayscale: #2D2D2D. Windows color (decimal): -13227983 or 3221558. OLE color: 3221558.

HSL color Cylindrical-coordinate representation of color #362831: hue angle of 321.43º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #362831 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 40 49 -
CMYK 0 0.26 0.09 0.79
HSL 321.43º 0.15% 0.18% -
HSV(B) 321.43º 0.26% 0.21% -
XYZ 2.83 2.52 3.24 -
YUV 45.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 54 40 49 0 0.26 0.09 0.79 321.43 0.15 0.18
Hex 36 28 31 0 1A 9 4F 141 F 12
Octal 66 50 61 0 32 11 117 501 17 22
Binary 110110 101000 110001 0 11010 1001 1001111 101000001 1111 10010

Color Harmonies of #362831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362831

Black with #362831

Text Example


Text Example

White with #362831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362831; }

 p { color: rgb(54,40,49); }

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

background-color css

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

 a { background-color: rgb(54,40,49); }

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

border-color css

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

 span { border-color: rgb(54,40,49); }

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