Html Css Color HEX #361A30 Melanzane

📋 copy color: '#361A30'

red 54 ◦ green 26 ◦ blue 48

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

Shades of Melanzane #361A30

Tints of Melanzane #361A30

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20.31%

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

R = 42.19%
G = 20.31%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.79

RGB Variations

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

Color information

#361A30 (or 0x361A30) is known color: Melanzane. HEX triplet: 36, 1A and 30. RGB value is (54,26,48). Sum of RGB (Red+Green+Blue) = 54+26+48=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 48 (19.14% from 255 or 37.5% from 128); Max value from RGB is 54 - color contains mainly: red. Hex color #361A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361A30 is #C9E5CF. Grayscale: #242424. Windows color (decimal): -13231568 or 3152438. OLE color: 3152438.

HSL color Cylindrical-coordinate representation of color #361A30: hue angle of 312.86º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #361A30 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 26 48 -
CMYK 0 0.52 0.11 0.79
HSL 312.86º 0.35% 0.16% -
HSV(B) 312.86º 0.52% 0.21% -
XYZ 2.42 1.74 3 -
YUV 36.88 134.28 140.21 -
System Red Green Blue C M Y K H S L
Decimal 54 26 48 0 0.52 0.11 0.79 312.86 0.35 0.16
Hex 36 1A 30 0 34 B 4F 139 23 10
Octal 66 32 60 0 64 13 117 471 43 20
Binary 110110 11010 110000 0 110100 1011 1001111 100111001 100011 10000

Color Harmonies of #361A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361A30

Black with #361A30

Text Example


Text Example

White with #361A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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