#382736

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

Shades of Valentino #382736

Tints of Valentino #382736

Color information

#382736 (or 0x382736) is unknown color: approx Valentino. HEX triplet: 38, 27 and 36. RGB value is (56,39,54). Sum of RGB (Red+Green+Blue) = 56+39+54=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 54 (21.48% from 255 or 36.24% from 149); Max value from RGB is 56 - color contains mainly: red. Hex color #382736 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382736 is #C7D8C9. Grayscale: #2D2D2D. Windows color (decimal): -13097162 or 3548984. OLE color: 3548984.

HSL color Cylindrical-coordinate representation of color #382736: hue angle of 307.06º 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 #382736 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB563954-
CMYK00.300.040.78
HSL307.06º17.89%18.63%-
HSV(B)307.06º30.36%21.96%-
XYZ3.022.563.82-
YUV45.79132.63135.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.58%
GREEN value IS 39 (15.62% from 255) = 26.17%
BLUE value IS 54 (21.48% from 255) = 36.24%
R=37.58%
G=26.17%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56395400.300.040.78307.0617.8918.63
Hex38273601E44E1331213
Octal70476603641164632223
Binary11100010011111011001111010010011101001100111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382736; }

 p { color: rgb(56,39,54); }

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

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

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

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

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

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

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