#362836

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

Shades of Valentino #362836

Tints of Valentino #362836

Color information

#362836 (or 0x362836) is unknown color: approx Valentino. HEX triplet: 36, 28 and 36. RGB value is (54,40,54). Sum of RGB (Red+Green+Blue) = 54+40+54=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 54 (21.48% from 255 or 36.49% from 148); Max value from RGB is 54 - color contains mainly: red, blue. Hex color #362836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362836 is #C9D7C9. Grayscale: #2D2D2D. Windows color (decimal): -13227978 or 3549238. OLE color: 3549238.

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

Color convert

RGB544054-
CMYK00.2600.79
HSL300º14.89%18.43%-
HSV(B)300º25.93%21.18%-
XYZ2.952.573.83-
YUV45.78132.64133.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.49%
GREEN value IS 40 (16.02% from 255) = 27.03%
BLUE value IS 54 (21.48% from 255) = 36.49%
R=36.49%
G=27.03%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54405400.2600.7930014.8918.43
Hex36283601A04F12cf12
Octal66506603201174541722
Binary11011010100011011001101001001111100101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362836; }

 p { color: rgb(54,40,54); }

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

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

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

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

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

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

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