Html Css Color HEX #381E2F Melanzane

📋 copy color: '#381E2F'

red 56 ◦ green 30 ◦ blue 47

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

Shades of Melanzane #381E2F

Tints of Melanzane #381E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 35.34%

R = 42.11%
G = 22.56%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#381E2F (or 0x381E2F) is known color: Melanzane. HEX triplet: 38, 1E and 2F. RGB value is (56,30,47). Sum of RGB (Red+Green+Blue) = 56+30+47=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #381E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E2F is #C7E1D0. Grayscale: #272727. Windows color (decimal): -13099473 or 3087928. OLE color: 3087928.

HSL color Cylindrical-coordinate representation of color #381E2F: hue angle of 320.77º 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 #381E2F is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 30 47 -
CMYK 0 0.46 0.16 0.78
HSL 320.77º 0.3% 0.17% -
HSV(B) 320.77º 0.46% 0.22% -
XYZ 2.61 1.97 2.93 -
YUV 39.71 132.11 139.62 -
System Red Green Blue C M Y K H S L
Decimal 56 30 47 0 0.46 0.16 0.78 320.77 0.3 0.17
Hex 38 1E 2F 0 2E 10 4E 141 1E 11
Octal 70 36 57 0 56 20 116 501 36 21
Binary 111000 11110 101111 0 101110 10000 1001110 101000001 11110 10001

Color Harmonies of #381E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381E2F

Black with #381E2F

Text Example


Text Example

White with #381E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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