#382C38

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

Shades of Valentino #382C38

Tints of Valentino #382C38

Color information

#382C38 (or 0x382C38) is unknown color: approx Valentino. HEX triplet: 38, 2C and 38. RGB value is (56,44,56). Sum of RGB (Red+Green+Blue) = 56+44+56=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #382C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382C38 is #C7D3C7. Grayscale: #303030. Windows color (decimal): -13095880 or 3681336. OLE color: 3681336.

HSL color Cylindrical-coordinate representation of color #382C38: hue angle of 300º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #382C38 is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB564456-
CMYK00.2100.78
HSL300º12%19.61%-
HSV(B)300º21.43%21.96%-
XYZ3.252.934.14-
YUV48.96131.98133.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.90%
GREEN value IS 44 (17.58% from 255) = 28.21%
BLUE value IS 56 (22.27% from 255) = 35.90%
R=35.90%
G=28.21%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56445600.2100.783001219.61
Hex382C3801504E12cc14
Octal70547002501164541424
Binary11100010110011100001010101001110100101100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382C38; }

 p { color: rgb(56,44,56); }

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

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

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

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

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

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

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