Html Css Color HEX #382A33 Melanzane

📋 copy color: '#382A33'

red 56 ◦ green 42 ◦ blue 51

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

Shades of Melanzane #382A33

Tints of Melanzane #382A33

RGB

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

 GREEN value IS 42 (16.8% from 255) = 28.19%

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

R = 37.58%
G = 28.19%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#382A33 (or 0x382A33) is known color: Melanzane. HEX triplet: 38, 2A and 33. RGB value is (56,42,51). Sum of RGB (Red+Green+Blue) = 56+42+51=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 51 (20.31% from 255 or 34.23% from 149); Max value from RGB is 56 - color contains mainly: red. Hex color #382A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382A33 is #C7D5CC. Grayscale: #2F2F2F. Windows color (decimal): -13096397 or 3353144. OLE color: 3353144.

HSL color Cylindrical-coordinate representation of color #382A33: hue angle of 321.43º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #382A33 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 42 51 -
CMYK 0 0.25 0.09 0.78
HSL 321.43º 0.14% 0.19% -
HSV(B) 321.43º 0.25% 0.22% -
XYZ 3.06 2.74 3.5 -
YUV 47.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 56 42 51 0 0.25 0.09 0.78 321.43 0.14 0.19
Hex 38 2A 33 0 19 9 4E 141 E 13
Octal 70 52 63 0 31 11 116 501 16 23
Binary 111000 101010 110011 0 11001 1001 1001110 101000001 1110 10011

Color Harmonies of #382A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382A33

Black with #382A33

Text Example


Text Example

White with #382A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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