Html Css Color HEX #361830 Melanzane

📋 copy color: '#361830'

red 54 ◦ green 24 ◦ blue 48

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

Shades of Melanzane #361830

Tints of Melanzane #361830

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.05%

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

R = 42.86%
G = 19.05%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.79

RGB Variations

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

Color information

#361830 (or 0x361830) is known color: Melanzane. HEX triplet: 36, 18 and 30. RGB value is (54,24,48). Sum of RGB (Red+Green+Blue) = 54+24+48=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 54 - color contains mainly: red. Hex color #361830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361830 is #C9E7CF. Grayscale: #232323. Windows color (decimal): -13232080 or 3151926. OLE color: 3151926.

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

Color convert

RGB 54 24 48 -
CMYK 0 0.56 0.11 0.79
HSL 312º 0.38% 0.15% -
HSV(B) 312º 0.56% 0.21% -
XYZ 2.38 1.65 2.99 -
YUV 35.71 134.94 141.05 -
System Red Green Blue C M Y K H S L
Decimal 54 24 48 0 0.56 0.11 0.79 312 0.38 0.15
Hex 36 18 30 0 38 B 4F 138 26 F
Octal 66 30 60 0 70 13 117 470 46 17
Binary 110110 11000 110000 0 111000 1011 1001111 100111000 100110 1111

Color Harmonies of #361830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361830

Black with #361830

Text Example


Text Example

White with #361830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361830; }

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

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

background-color css

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

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

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

border-color css

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

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

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