Html Css Color HEX #382933 Melanzane

📋 copy color: '#382933'

red 56 ◦ green 41 ◦ blue 51

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

Shades of Melanzane #382933

Tints of Melanzane #382933

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.7%

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

R = 37.84%
G = 27.7%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#382933 (or 0x382933) is known color: Melanzane. HEX triplet: 38, 29 and 33. RGB value is (56,41,51). Sum of RGB (Red+Green+Blue) = 56+41+51=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 51 (20.31% from 255 or 34.46% from 148); Max value from RGB is 56 - color contains mainly: red. Hex color #382933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382933 is #C7D6CC. Grayscale: #2E2E2E. Windows color (decimal): -13096653 or 3352888. OLE color: 3352888.

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

Color convert

RGB 56 41 51 -
CMYK 0 0.27 0.09 0.78
HSL 320º 0.15% 0.19% -
HSV(B) 320º 0.27% 0.22% -
XYZ 3.02 2.67 3.49 -
YUV 46.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 56 41 51 0 0.27 0.09 0.78 320 0.15 0.19
Hex 38 29 33 0 1B 9 4E 140 F 13
Octal 70 51 63 0 33 11 116 500 17 23
Binary 111000 101001 110011 0 11011 1001 1001110 101000000 1111 10011

Color Harmonies of #382933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382933

Black with #382933

Text Example


Text Example

White with #382933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382933; }

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

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

background-color css

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

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

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

border-color css

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

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

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