#382938

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

Shades of Valentino #382938

Tints of Valentino #382938

Color information

#382938 (or 0x382938) is unknown color: approx Valentino. HEX triplet: 38, 29 and 38. RGB value is (56,41,56). Sum of RGB (Red+Green+Blue) = 56+41+56=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 56 (22.27% from 255 or 36.60% from 153); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #382938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382938 is #C7D6C7. Grayscale: #2F2F2F. Windows color (decimal): -13096648 or 3680568. OLE color: 3680568.

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

Color convert

RGB564156-
CMYK00.2700.78
HSL300º15.46%19.02%-
HSV(B)300º26.79%21.96%-
XYZ3.142.714.1-
YUV47.2132.97134.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.60%
GREEN value IS 41 (16.41% from 255) = 26.80%
BLUE value IS 56 (22.27% from 255) = 36.60%
R=36.60%
G=26.80%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56415600.2700.7830015.4619.02
Hex38293801B04E12cf13
Octal70517003301164541723
Binary11100010100111100001101101001110100101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382938; }

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

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

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

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

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

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

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

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