Html Css Color HEX #381330 Melanzane

📋 copy color: '#381330'

red 56 ◦ green 19 ◦ blue 48

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

Shades of Melanzane #381330

Tints of Melanzane #381330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.45%

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

R = 45.53%
G = 15.45%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#381330 (or 0x381330) is known color: Melanzane. HEX triplet: 38, 13 and 30. RGB value is (56,19,48). Sum of RGB (Red+Green+Blue) = 56+19+48=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #381330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381330 is #C7ECCF. Grayscale: #212121. Windows color (decimal): -13102288 or 3150648. OLE color: 3150648.

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

Color convert

RGB 56 19 48 -
CMYK 0 0.66 0.14 0.78
HSL 312.97º 0.49% 0.15% -
HSV(B) 312.97º 0.66% 0.22% -
XYZ 2.4 1.52 2.96 -
YUV 33.37 136.26 144.14 -
System Red Green Blue C M Y K H S L
Decimal 56 19 48 0 0.66 0.14 0.78 312.97 0.49 0.15
Hex 38 13 30 0 42 E 4E 139 31 F
Octal 70 23 60 0 102 16 116 471 61 17
Binary 111000 10011 110000 0 1000010 1110 1001110 100111001 110001 1111

Color Harmonies of #381330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381330

Black with #381330

Text Example


Text Example

White with #381330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381330; }

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

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

background-color css

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

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

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

border-color css

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

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

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