Html Css Color HEX #382833 Melanzane

📋 copy color: '#382833'

red 56 ◦ green 40 ◦ blue 51

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

Shades of Melanzane #382833

Tints of Melanzane #382833

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.21%

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

R = 38.1%
G = 27.21%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#382833 (or 0x382833) is known color: Melanzane. HEX triplet: 38, 28 and 33. RGB value is (56,40,51). Sum of RGB (Red+Green+Blue) = 56+40+51=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 51 (20.31% from 255 or 34.69% from 147); Max value from RGB is 56 - color contains mainly: red. Hex color #382833 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382833 is #C7D7CC. Grayscale: #2E2E2E. Windows color (decimal): -13096909 or 3352632. OLE color: 3352632.

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

Color convert

RGB 56 40 51 -
CMYK 0 0.29 0.09 0.78
HSL 318.75º 0.17% 0.19% -
HSV(B) 318.75º 0.29% 0.22% -
XYZ 2.99 2.6 3.48 -
YUV 46.04 130.8 135.11 -
System Red Green Blue C M Y K H S L
Decimal 56 40 51 0 0.29 0.09 0.78 318.75 0.17 0.19
Hex 38 28 33 0 1D 9 4E 13F 11 13
Octal 70 50 63 0 35 11 116 477 21 23
Binary 111000 101000 110011 0 11101 1001 1001110 100111111 10001 10011

Color Harmonies of #382833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382833

Black with #382833

Text Example


Text Example

White with #382833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382833; }

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

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

background-color css

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

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

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

border-color css

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

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

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