#363848

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

Shades of Payne's Grey #363848

Tints of Payne's Grey #363848

Color information

#363848 (or 0x363848) is unknown color: approx Payne's Grey. HEX triplet: 36, 38 and 48. RGB value is (54,56,72). Sum of RGB (Red+Green+Blue) = 54+56+72=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 72 - color contains mainly: blue. Hex color #363848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363848 is #C9C7B7. Grayscale: #393939. Windows color (decimal): -13223864 or 4732982. OLE color: 4732982.

HSL color Cylindrical-coordinate representation of color #363848: hue angle of 233.33º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #363848 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB545672-
CMYK0.250.2200.72
HSL233.33º14.29%24.71%-
HSV(B)233.33º25%28.24%-
XYZ4.114.086.7-
YUV57.23136.34125.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.67%
GREEN value IS 56 (22.27% from 255) = 30.77%
BLUE value IS 72 (28.52% from 255) = 39.56%
R=29.67%
G=30.77%
B=39.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5456720.250.2200.72233.3314.2924.71
Hex3638481916048e9e19
Octal6670110312601103511631
Binary110110111000100100011001101100100100011101001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363848; }

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

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

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

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

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

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

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

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