Html Css Color HEX #363848 Payne's Grey

📋 copy color: '#363848'

red 54 ◦ green 56 ◦ blue 72

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

Shades of Payne's Grey #363848

Tints of Payne's Grey #363848

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 value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

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

RGB 54 56 72 -
CMYK 0.25 0.22 0 0.72
HSL 233.33º 0.14% 0.25% -
HSV(B) 233.33º 0.25% 0.28% -
XYZ 4.11 4.08 6.7 -
YUV 57.23 136.34 125.7 -
System Red Green Blue C M Y K H S L
Decimal 54 56 72 0.25 0.22 0 0.72 233.33 0.14 0.25
Hex 36 38 48 19 16 0 48 E9 E 19
Octal 66 70 110 31 26 0 110 351 16 31
Binary 110110 111000 1001000 11001 10110 0 1001000 11101001 1110 11001

Color Harmonies of #363848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363848

Black with #363848

Text Example


Text Example

White with #363848

Text Example


Text Example

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