#363849

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

Shades of Payne's Grey #363849

Tints of Payne's Grey #363849

Color information

#363849 (or 0x363849) is unknown color: approx Payne's Grey. HEX triplet: 36, 38 and 49. RGB value is (54,56,73). Sum of RGB (Red+Green+Blue) = 54+56+73=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 73 - color contains mainly: blue. Hex color #363849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363849 is #C9C7B6. Grayscale: #393939. Windows color (decimal): -13223863 or 4798518. OLE color: 4798518.

HSL color Cylindrical-coordinate representation of color #363849: hue angle of 233.68º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #363849 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB545673-
CMYK0.260.2300.71
HSL233.68º14.96%24.9%-
HSV(B)233.68º26.03%28.63%-
XYZ4.144.096.88-
YUV57.34136.84125.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.51%
GREEN value IS 56 (22.27% from 255) = 30.60%
BLUE value IS 73 (28.91% from 255) = 39.89%
R=29.51%
G=30.60%
B=39.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5456730.260.2300.71233.6814.9624.9
Hex3638491A17047eaf19
Octal6670111322701073521731
Binary110110111000100100111010101110100011111101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363849; }

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

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

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

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

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

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

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

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