#382B39

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

Shades of Valentino #382B39

Tints of Valentino #382B39

Color information

#382B39 (or 0x382B39) is unknown color: approx Valentino. HEX triplet: 38, 2B and 39. RGB value is (56,43,57). Sum of RGB (Red+Green+Blue) = 56+43+57=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 57 (22.66% from 255 or 36.54% from 156); Max value from RGB is 57 - color contains mainly: blue. Hex color #382B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B39 is #C7D4C6. Grayscale: #303030. Windows color (decimal): -13096135 or 3746616. OLE color: 3746616.

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

Color convert

RGB564357-
CMYK0.020.2500.78
HSL295.71º14%19.61%-
HSV(B)295.71º24.56%22.35%-
XYZ3.232.864.25-
YUV48.48132.81133.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.90%
GREEN value IS 43 (17.19% from 255) = 27.56%
BLUE value IS 57 (22.66% from 255) = 36.54%
R=35.90%
G=27.56%
B=36.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5643570.020.2500.78295.711419.61
Hex382B3921904E128e14
Octal70537123101164501624
Binary111000101011111001101100101001110100101000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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