Html Css Color HEX #363849 Payne's Grey

📋 copy color: '#363849'

red 54 ◦ green 56 ◦ blue 73

#363849
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Payne's Grey #363849

Tints of Payne's Grey #363849

RGB

 RED value IS 54 (21.48% from 255) = 29.51%

 GREEN value IS 56 (22.27% from 255) = 30.6%

 BLUE value IS 73 (28.91% from 255) = 39.89%

R = 29.51%
G = 30.6%
B = 39.89%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#363849 (or 0x363849) is known color: 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

RGB 54 56 73 -
CMYK 0.26 0.23 0 0.71
HSL 233.68º 0.15% 0.25% -
HSV(B) 233.68º 0.26% 0.29% -
XYZ 4.14 4.09 6.88 -
YUV 57.34 136.84 125.62 -
System Red Green Blue C M Y K H S L
Decimal 54 56 73 0.26 0.23 0 0.71 233.68 0.15 0.25
Hex 36 38 49 1A 17 0 47 EA F 19
Octal 66 70 111 32 27 0 107 352 17 31
Binary 110110 111000 1001001 11010 10111 0 1000111 11101010 1111 11001

Color Harmonies of #363849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363849

Black with #363849

Text Example


Text Example

White with #363849

Text Example


Text Example

HTML Codes & Css Web 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>