#363138

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

Shades of Valentino #363138

Tints of Valentino #363138

Color information

#363138 (or 0x363138) is unknown color: approx Valentino. HEX triplet: 36, 31 and 38. RGB value is (54,49,56). Sum of RGB (Red+Green+Blue) = 54+49+56=159 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.96% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 56 - color contains mainly: blue. Hex color #363138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363138 is #C9CEC7. Grayscale: #333333. Windows color (decimal): -13225672 or 3682614. OLE color: 3682614.

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

Color convert

RGB544956-
CMYK0.040.1200.78
HSL282.86º6.67%20.59%-
HSV(B)282.86º12.5%21.96%-
XYZ3.333.274.2-
YUV51.29130.66129.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.96%
GREEN value IS 49 (19.53% from 255) = 30.82%
BLUE value IS 56 (22.27% from 255) = 35.22%
R=33.96%
G=30.82%
B=35.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5449560.040.1200.78282.866.6720.59
Hex3631384C04E11b715
Octal6661704140116433725
Binary11011011000111100010011000100111010001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363138; }

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

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

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

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

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

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

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

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