Html Css Color HEX #362530 Melanzane

📋 copy color: '#362530'

red 54 ◦ green 37 ◦ blue 48

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

Shades of Melanzane #362530

Tints of Melanzane #362530

RGB

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

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

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

R = 38.85%
G = 26.62%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.79

RGB Variations

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

Color information

#362530 (or 0x362530) is known color: Melanzane. HEX triplet: 36, 25 and 30. RGB value is (54,37,48). Sum of RGB (Red+Green+Blue) = 54+37+48=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 54 - color contains mainly: red. Hex color #362530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362530 is #C9DACF. Grayscale: #2B2B2B. Windows color (decimal): -13228752 or 3155254. OLE color: 3155254.

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

Color convert

RGB 54 37 48 -
CMYK 0 0.31 0.11 0.79
HSL 321.18º 0.19% 0.18% -
HSV(B) 321.18º 0.31% 0.21% -
XYZ 2.72 2.32 3.1 -
YUV 43.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 54 37 48 0 0.31 0.11 0.79 321.18 0.19 0.18
Hex 36 25 30 0 1F B 4F 141 13 12
Octal 66 45 60 0 37 13 117 501 23 22
Binary 110110 100101 110000 0 11111 1011 1001111 101000001 10011 10010

Color Harmonies of #362530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362530

Black with #362530

Text Example


Text Example

White with #362530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362530; }

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

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

background-color css

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

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

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

border-color css

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

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

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