#382F37

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

Shades of Valentino #382F37

Tints of Valentino #382F37

Color information

#382F37 (or 0x382F37) is unknown color: approx Valentino. HEX triplet: 38, 2F and 37. RGB value is (56,47,55). Sum of RGB (Red+Green+Blue) = 56+47+55=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 56 - color contains mainly: red. Hex color #382F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382F37 is #C7D0C8. Grayscale: #323232. Windows color (decimal): -13095113 or 3616568. OLE color: 3616568.

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

Color convert

RGB564755-
CMYK00.160.020.78
HSL306.67º8.74%20.2%-
HSV(B)306.67º16.07%21.96%-
XYZ3.343.154.05-
YUV50.6130.48131.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.44%
GREEN value IS 47 (18.75% from 255) = 29.75%
BLUE value IS 55 (21.88% from 255) = 34.81%
R=35.44%
G=29.75%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56475500.160.020.78306.678.7420.2
Hex382F3701024E133914
Octal70576702021164631124
Binary111000101111110111010000101001110100110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,47,55); }

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

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

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

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

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

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

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