#382230

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

Shades of Melanzane #382230

Tints of Melanzane #382230

Color information

#382230 (or 0x382230) is unknown color: approx Melanzane. HEX triplet: 38, 22 and 30. RGB value is (56,34,48). Sum of RGB (Red+Green+Blue) = 56+34+48=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 56 - color contains mainly: red. Hex color #382230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382230 is #C7DDCF. Grayscale: #2A2A2A. Windows color (decimal): -13098448 or 3154488. OLE color: 3154488.

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

Color convert

RGB563448-
CMYK00.390.140.78
HSL321.82º24.44%17.65%-
HSV(B)321.82º39.29%21.96%-
XYZ2.742.23.08-
YUV42.17131.29137.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.58%
GREEN value IS 34 (13.67% from 255) = 24.64%
BLUE value IS 48 (19.14% from 255) = 34.78%
R=40.58%
G=24.64%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56344800.390.140.78321.8224.4417.65
Hex382230027E4E1421812
Octal704260047161165023022
Binary1110001000101100000100111111010011101010000101100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382230; }

 p { color: rgb(56,34,48); }

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

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

 a { background-color: rgb(56,34,48); }

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

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

 span { border-color: rgb(56,34,48); }

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