#382C37

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

Shades of Valentino #382C37

Tints of Valentino #382C37

Color information

#382C37 (or 0x382C37) is unknown color: approx Valentino. HEX triplet: 38, 2C and 37. RGB value is (56,44,55). Sum of RGB (Red+Green+Blue) = 56+44+55=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 56 - color contains mainly: red. Hex color #382C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382C37 is #C7D3C8. Grayscale: #303030. Windows color (decimal): -13095881 or 3615800. OLE color: 3615800.

HSL color Cylindrical-coordinate representation of color #382C37: hue angle of 305º 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 #382C37 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB564455-
CMYK00.210.020.78
HSL305º12%19.61%-
HSV(B)305º21.43%21.96%-
XYZ3.222.924.01-
YUV48.84131.48133.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.13%
GREEN value IS 44 (17.58% from 255) = 28.39%
BLUE value IS 55 (21.88% from 255) = 35.48%
R=36.13%
G=28.39%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56445500.210.020.783051219.61
Hex382C3701524E131c14
Octal70546702521164611424
Binary111000101100110111010101101001110100110001110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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