#36394B

Color #36394B Payne's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Payne's Grey #36394B

Tints of Payne's Grey #36394B

Color information

#36394B (or 0x36394B) is unknown color: approx Payne's Grey. HEX triplet: 36, 39 and 4B. RGB value is (54,57,75). Sum of RGB (Red+Green+Blue) = 54+57+75=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 75 - color contains mainly: blue. Hex color #36394B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36394B is #C9C6B4. Grayscale: #3A3A3A. Windows color (decimal): -13223605 or 4929846. OLE color: 4929846.

HSL color Cylindrical-coordinate representation of color #36394B: hue angle of 231.43º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #36394B is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB545775-
CMYK0.280.2400.71
HSL231.43º16.28%25.29%-
HSV(B)231.43º28%29.41%-
XYZ4.254.227.25-
YUV58.16137.51125.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.03%
GREEN value IS 57 (22.66% from 255) = 30.65%
BLUE value IS 75 (29.69% from 255) = 40.32%
R=29.03%
G=30.65%
B=40.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5457750.280.2400.71231.4316.2825.29
Hex36394B1C18047e71019
Octal6671113343001073472031
Binary1101101110011001011111001100001000111111001111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36394B; }

 p { color: rgb(54,57,75); }

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

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

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

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

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

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

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