Html Css Color HEX #381730 Melanzane

📋 copy color: '#381730'

red 56 ◦ green 23 ◦ blue 48

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

Shades of Melanzane #381730

Tints of Melanzane #381730

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.11%

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

R = 44.09%
G = 18.11%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#381730 (or 0x381730) is known color: Melanzane. HEX triplet: 38, 17 and 30. RGB value is (56,23,48). Sum of RGB (Red+Green+Blue) = 56+23+48=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 48 (19.14% from 255 or 37.80% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #381730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381730 is #C7E8CF. Grayscale: #232323. Windows color (decimal): -13101264 or 3151672. OLE color: 3151672.

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

Color convert

RGB 56 23 48 -
CMYK 0 0.59 0.14 0.78
HSL 314.55º 0.42% 0.15% -
HSV(B) 314.55º 0.59% 0.22% -
XYZ 2.47 1.67 2.99 -
YUV 35.72 134.93 142.47 -
System Red Green Blue C M Y K H S L
Decimal 56 23 48 0 0.59 0.14 0.78 314.55 0.42 0.15
Hex 38 17 30 0 3B E 4E 13B 2A F
Octal 70 27 60 0 73 16 116 473 52 17
Binary 111000 10111 110000 0 111011 1110 1001110 100111011 101010 1111

Color Harmonies of #381730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381730

Black with #381730

Text Example


Text Example

White with #381730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381730; }

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

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

background-color css

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

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

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

border-color css

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

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

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