Html Css Color HEX #381B30 Melanzane

📋 copy color: '#381B30'

red 56 ◦ green 27 ◦ blue 48

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

Shades of Melanzane #381B30

Tints of Melanzane #381B30

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.61%

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

R = 42.75%
G = 20.61%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#381B30 (or 0x381B30) is known color: Melanzane. HEX triplet: 38, 1B and 30. RGB value is (56,27,48). Sum of RGB (Red+Green+Blue) = 56+27+48=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 27 (10.94% from 255 or 20.61% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 56 - color contains mainly: red. Hex color #381B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B30 is #C7E4CF. Grayscale: #262626. Windows color (decimal): -13100240 or 3152696. OLE color: 3152696.

HSL color Cylindrical-coordinate representation of color #381B30: hue angle of 316.55º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #381B30 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 27 48 -
CMYK 0 0.52 0.14 0.78
HSL 316.55º 0.35% 0.16% -
HSV(B) 316.55º 0.52% 0.22% -
XYZ 2.56 1.84 3.02 -
YUV 38.07 133.61 140.79 -
System Red Green Blue C M Y K H S L
Decimal 56 27 48 0 0.52 0.14 0.78 316.55 0.35 0.16
Hex 38 1B 30 0 34 E 4E 13D 23 10
Octal 70 33 60 0 64 16 116 475 43 20
Binary 111000 11011 110000 0 110100 1110 1001110 100111101 100011 10000

Color Harmonies of #381B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381B30

Black with #381B30

Text Example


Text Example

White with #381B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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