Html Css Color HEX #381C33 Melanzane

📋 copy color: '#381C33'

red 56 ◦ green 28 ◦ blue 51

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

Shades of Melanzane #381C33

Tints of Melanzane #381C33

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.74%

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

R = 41.48%
G = 20.74%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#381C33 (or 0x381C33) is known color: Melanzane. HEX triplet: 38, 1C and 33. RGB value is (56,28,51). Sum of RGB (Red+Green+Blue) = 56+28+51=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 56 - color contains mainly: red. Hex color #381C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C33 is #C7E3CC. Grayscale: #262626. Windows color (decimal): -13099981 or 3349560. OLE color: 3349560.

HSL color Cylindrical-coordinate representation of color #381C33: hue angle of 310.71º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #381C33 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 28 51 -
CMYK 0 0.50 0.09 0.78
HSL 310.71º 0.33% 0.16% -
HSV(B) 310.71º 0.5% 0.22% -
XYZ 2.64 1.91 3.36 -
YUV 38.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 56 28 51 0 0.50 0.09 0.78 310.71 0.33 0.16
Hex 38 1C 33 0 32 9 4E 137 21 10
Octal 70 34 63 0 62 11 116 467 41 20
Binary 111000 11100 110011 0 110010 1001 1001110 100110111 100001 10000

Color Harmonies of #381C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C33

Black with #381C33

Text Example


Text Example

White with #381C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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