#382334

Color #382334 Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #382334

Tints of Melanzane #382334

Color information

#382334 (or 0x382334) is unknown color: approx Melanzane. HEX triplet: 38, 23 and 34. RGB value is (56,35,52). Sum of RGB (Red+Green+Blue) = 56+35+52=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 56 - color contains mainly: red. Hex color #382334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382334 is #C7DCCB. Grayscale: #2B2B2B. Windows color (decimal): -13098188 or 3416888. OLE color: 3416888.

HSL color Cylindrical-coordinate representation of color #382334: hue angle of 311.43º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #382334 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB563552-
CMYK00.370.070.78
HSL311.43º23.08%17.84%-
HSV(B)311.43º37.5%21.96%-
XYZ2.852.293.54-
YUV43.22132.96137.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.16%
GREEN value IS 35 (14.06% from 255) = 24.48%
BLUE value IS 52 (20.70% from 255) = 36.36%
R=39.16%
G=24.48%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56355200.370.070.78311.4323.0817.84
Hex38233402574E1371712
Octal70436404571164672722
Binary111000100011110100010010111110011101001101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382334; }

 p { color: rgb(56,35,52); }

 H1.HeaderClassName
 {
   color: #382334;
 }
 .AnyTagClassName
 {
   color: #382334;
 }
</style>
background-color css

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

 a { background-color: rgb(56,35,52); }

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

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

 span { border-color: rgb(56,35,52); }

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