Html Css Color HEX #381530 Melanzane

📋 copy color: '#381530'

red 56 ◦ green 21 ◦ blue 48

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

Shades of Melanzane #381530

Tints of Melanzane #381530

RGB

 RED value IS 56 (22.27% from 255) = 44.8%

 GREEN value IS 21 (8.59% from 255) = 16.8%

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

R = 44.8%
G = 16.8%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#381530 (or 0x381530) is known color: Melanzane. HEX triplet: 38, 15 and 30. RGB value is (56,21,48). Sum of RGB (Red+Green+Blue) = 56+21+48=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 48 (19.14% from 255 or 38.4% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #381530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381530 is #C7EACF. Grayscale: #222222. Windows color (decimal): -13101776 or 3151160. OLE color: 3151160.

HSL color Cylindrical-coordinate representation of color #381530: hue angle of 313.71º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #381530 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 21 48 -
CMYK 0 0.63 0.14 0.78
HSL 313.71º 0.45% 0.15% -
HSV(B) 313.71º 0.63% 0.22% -
XYZ 2.43 1.59 2.98 -
YUV 34.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 56 21 48 0 0.63 0.14 0.78 313.71 0.45 0.15
Hex 38 15 30 0 3F E 4E 13A 2D F
Octal 70 25 60 0 77 16 116 472 55 17
Binary 111000 10101 110000 0 111111 1110 1001110 100111010 101101 1111

Color Harmonies of #381530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381530

Black with #381530

Text Example


Text Example

White with #381530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381530; }

 p { color: rgb(56,21,48); }

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

background-color css

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

 a { background-color: rgb(56,21,48); }

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

border-color css

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

 span { border-color: rgb(56,21,48); }

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