#382839

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

Shades of Valentino #382839

Tints of Valentino #382839

Color information

#382839 (or 0x382839) is unknown color: approx Valentino. HEX triplet: 38, 28 and 39. RGB value is (56,40,57). Sum of RGB (Red+Green+Blue) = 56+40+57=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 57 (22.66% from 255 or 37.25% from 153); Max value from RGB is 57 - color contains mainly: blue. Hex color #382839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382839 is #C7D7C6. Grayscale: #2E2E2E. Windows color (decimal): -13096903 or 3745848. OLE color: 3745848.

HSL color Cylindrical-coordinate representation of color #382839: hue angle of 296.47º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #382839 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB564057-
CMYK0.020.3000.78
HSL296.47º17.53%19.02%-
HSV(B)296.47º29.82%22.35%-
XYZ3.132.654.22-
YUV46.72133.8134.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.60%
GREEN value IS 40 (16.02% from 255) = 26.14%
BLUE value IS 57 (22.66% from 255) = 37.25%
R=36.60%
G=26.14%
B=37.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5640570.020.3000.78296.4717.5319.02
Hex38283921E04E1281213
Octal70507123601164502223
Binary1110001010001110011011110010011101001010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382839; }

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

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

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

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

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

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

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

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