#382D39

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

Shades of Valentino #382D39

Tints of Valentino #382D39

Color information

#382D39 (or 0x382D39) is unknown color: approx Valentino. HEX triplet: 38, 2D and 39. RGB value is (56,45,57). Sum of RGB (Red+Green+Blue) = 56+45+57=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 57 (22.66% from 255 or 36.08% from 158); Max value from RGB is 57 - color contains mainly: blue. Hex color #382D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382D39 is #C7D2C6. Grayscale: #313131. Windows color (decimal): -13095623 or 3747128. OLE color: 3747128.

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

Color convert

RGB564557-
CMYK0.020.2100.78
HSL295º11.76%20%-
HSV(B)295º21.05%22.35%-
XYZ3.313.014.28-
YUV49.66132.14132.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.44%
GREEN value IS 45 (17.97% from 255) = 28.48%
BLUE value IS 57 (22.66% from 255) = 36.08%
R=35.44%
G=28.48%
B=36.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5645570.020.2100.7829511.7620
Hex382D3921504E127c14
Octal70557122501164471424
Binary111000101101111001101010101001110100100111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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