Html Css Color HEX #381E33 Melanzane

📋 copy color: '#381E33'

red 56 ◦ green 30 ◦ blue 51

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

Shades of Melanzane #381E33

Tints of Melanzane #381E33

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.9%

 BLUE value IS 51 (20.31% from 255) = 37.23%

R = 40.88%
G = 21.9%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#381E33 (or 0x381E33) is known color: Melanzane. HEX triplet: 38, 1E and 33. RGB value is (56,30,51). Sum of RGB (Red+Green+Blue) = 56+30+51=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 56 - color contains mainly: red. Hex color #381E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E33 is #C7E1CC. Grayscale: #282828. Windows color (decimal): -13099469 or 3350072. OLE color: 3350072.

HSL color Cylindrical-coordinate representation of color #381E33: hue angle of 311.54º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #381E33 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 30 51 -
CMYK 0 0.46 0.09 0.78
HSL 311.54º 0.3% 0.17% -
HSV(B) 311.54º 0.46% 0.22% -
XYZ 2.69 2.01 3.38 -
YUV 40.17 134.11 139.29 -
System Red Green Blue C M Y K H S L
Decimal 56 30 51 0 0.46 0.09 0.78 311.54 0.3 0.17
Hex 38 1E 33 0 2E 9 4E 138 1E 11
Octal 70 36 63 0 56 11 116 470 36 21
Binary 111000 11110 110011 0 101110 1001 1001110 100111000 11110 10001

Color Harmonies of #381E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381E33

Black with #381E33

Text Example


Text Example

White with #381E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381E33; }

 p { color: rgb(56,30,51); }

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

background-color css

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

 a { background-color: rgb(56,30,51); }

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

border-color css

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

 span { border-color: rgb(56,30,51); }

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