#383139

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

Shades of Valentino #383139

Tints of Valentino #383139

Color information

#383139 (or 0x383139) is unknown color: approx Valentino. HEX triplet: 38, 31 and 39. RGB value is (56,49,57). Sum of RGB (Red+Green+Blue) = 56+49+57=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 57 - color contains mainly: blue. Hex color #383139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383139 is #C7CEC6. Grayscale: #333333. Windows color (decimal): -13094599 or 3748152. OLE color: 3748152.

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

Color convert

RGB564957-
CMYK0.020.1400.78
HSL292.5º7.55%20.78%-
HSV(B)292.5º14.04%22.35%-
XYZ3.473.334.33-
YUV52130.82130.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.57%
GREEN value IS 49 (19.53% from 255) = 30.25%
BLUE value IS 57 (22.66% from 255) = 35.19%
R=34.57%
G=30.25%
B=35.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5649570.020.1400.78292.57.5520.78
Hex3831392E04E124815
Octal70617121601164441025
Binary11100011000111100110111001001110100100100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383139; }

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

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

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

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

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

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

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

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