Html Css Color HEX #362230 Melanzane

📋 copy color: '#362230'

red 54 ◦ green 34 ◦ blue 48

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

Shades of Melanzane #362230

Tints of Melanzane #362230

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25%

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

R = 39.71%
G = 25%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.79

RGB Variations

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

Color information

#362230 (or 0x362230) is known color: Melanzane. HEX triplet: 36, 22 and 30. RGB value is (54,34,48). Sum of RGB (Red+Green+Blue) = 54+34+48=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 54 - color contains mainly: red. Hex color #362230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362230 is #C9DDCF. Grayscale: #292929. Windows color (decimal): -13229520 or 3154486. OLE color: 3154486.

HSL color Cylindrical-coordinate representation of color #362230: hue angle of 318º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #362230 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 34 48 -
CMYK 0 0.37 0.11 0.79
HSL 318º 0.23% 0.17% -
HSV(B) 318º 0.37% 0.21% -
XYZ 2.63 2.14 3.07 -
YUV 41.58 131.63 136.86 -
System Red Green Blue C M Y K H S L
Decimal 54 34 48 0 0.37 0.11 0.79 318 0.23 0.17
Hex 36 22 30 0 25 B 4F 13E 17 11
Octal 66 42 60 0 45 13 117 476 27 21
Binary 110110 100010 110000 0 100101 1011 1001111 100111110 10111 10001

Color Harmonies of #362230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362230

Black with #362230

Text Example


Text Example

White with #362230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362230; }

 p { color: rgb(54,34,48); }

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

background-color css

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

 a { background-color: rgb(54,34,48); }

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

border-color css

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

 span { border-color: rgb(54,34,48); }

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