Html Css Color HEX #382633 Melanzane

📋 copy color: '#382633'

red 56 ◦ green 38 ◦ blue 51

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

Shades of Melanzane #382633

Tints of Melanzane #382633

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.21%

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

R = 38.62%
G = 26.21%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#382633 (or 0x382633) is known color: Melanzane. HEX triplet: 38, 26 and 33. RGB value is (56,38,51). Sum of RGB (Red+Green+Blue) = 56+38+51=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 51 (20.31% from 255 or 35.17% from 145); Max value from RGB is 56 - color contains mainly: red. Hex color #382633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382633 is #C7D9CC. Grayscale: #2C2C2C. Windows color (decimal): -13097421 or 3352120. OLE color: 3352120.

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

Color convert

RGB 56 38 51 -
CMYK 0 0.32 0.09 0.78
HSL 316.67º 0.19% 0.18% -
HSV(B) 316.67º 0.32% 0.22% -
XYZ 2.92 2.47 3.45 -
YUV 44.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 56 38 51 0 0.32 0.09 0.78 316.67 0.19 0.18
Hex 38 26 33 0 20 9 4E 13D 13 12
Octal 70 46 63 0 40 11 116 475 23 22
Binary 111000 100110 110011 0 100000 1001 1001110 100111101 10011 10010

Color Harmonies of #382633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382633

Black with #382633

Text Example


Text Example

White with #382633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382633; }

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

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

background-color css

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

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

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

border-color css

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

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

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