#382B38

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

Shades of Valentino #382B38

Tints of Valentino #382B38

Color information

#382B38 (or 0x382B38) is unknown color: approx Valentino. HEX triplet: 38, 2B and 38. RGB value is (56,43,56). Sum of RGB (Red+Green+Blue) = 56+43+56=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #382B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B38 is #C7D4C7. Grayscale: #303030. Windows color (decimal): -13096136 or 3681080. OLE color: 3681080.

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

Color convert

RGB564356-
CMYK00.2300.78
HSL300º13.13%19.41%-
HSV(B)300º23.21%21.96%-
XYZ3.212.854.12-
YUV48.37132.31133.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.13%
GREEN value IS 43 (17.19% from 255) = 27.74%
BLUE value IS 56 (22.27% from 255) = 36.13%
R=36.13%
G=27.74%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56435600.2300.7830013.1319.41
Hex382B3801704E12cd13
Octal70537002701164541523
Binary11100010101111100001011101001110100101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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