#363237

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

Shades of Valentino #363237

Tints of Valentino #363237

Color information

#363237 (or 0x363237) is unknown color: approx Valentino. HEX triplet: 36, 32 and 37. RGB value is (54,50,55). Sum of RGB (Red+Green+Blue) = 54+50+55=159 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.96% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 55 - color contains mainly: blue. Hex color #363237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363237 is #C9CDC8. Grayscale: #333333. Windows color (decimal): -13225417 or 3617334. OLE color: 3617334.

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

Color convert

RGB545055-
CMYK0.020.0900.78
HSL288º4.76%20.59%-
HSV(B)288º9.09%21.57%-
XYZ3.353.344.08-
YUV51.77129.83129.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.96%
GREEN value IS 50 (19.92% from 255) = 31.45%
BLUE value IS 55 (21.88% from 255) = 34.59%
R=33.96%
G=31.45%
B=34.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5450550.020.0900.782884.7620.59
Hex3632372904E120515
Octal6662672110116440525
Binary1101101100101101111010010100111010010000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363237; }

 p { color: rgb(54,50,55); }

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

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

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

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

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

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

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