#383138

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

Shades of Valentino #383138

Tints of Valentino #383138

Color information

#383138 (or 0x383138) is unknown color: approx Valentino. HEX triplet: 38, 31 and 38. RGB value is (56,49,56). Sum of RGB (Red+Green+Blue) = 56+49+56=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 49 (19.53% from 255 or 30.43% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #383138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383138 is #C7CEC7. Grayscale: #333333. Windows color (decimal): -13094600 or 3682616. OLE color: 3682616.

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

Color convert

RGB564956-
CMYK00.1200.78
HSL300º6.67%20.59%-
HSV(B)300º12.5%21.96%-
XYZ3.443.324.2-
YUV51.89130.32130.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.78%
GREEN value IS 49 (19.53% from 255) = 30.43%
BLUE value IS 56 (22.27% from 255) = 34.78%
R=34.78%
G=30.43%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56495600.1200.783006.6720.59
Hex3831380C04E12c715
Octal7061700140116454725
Binary111000110001111000011000100111010010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383138; }

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

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

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

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

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

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

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

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