Html Css Color HEX #363531 Graphite

📋 copy color: '#363531'

red 54 ◦ green 53 ◦ blue 49

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

Shades of Graphite #363531

Tints of Graphite #363531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.97%

 BLUE value IS 49 (19.53% from 255) = 31.41%

R = 34.62%
G = 33.97%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#363531 (or 0x363531) is known color: Graphite. HEX triplet: 36, 35 and 31. RGB value is (54,53,49). Sum of RGB (Red+Green+Blue) = 54+53+49=156 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.62% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 54 - color contains mainly: red. Hex color #363531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363531 is #C9CACE. Grayscale: #343434. Windows color (decimal): -13224655 or 3224886. OLE color: 3224886.

HSL color Cylindrical-coordinate representation of color #363531: hue angle of 48º degrees, saturation: 0.05, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #363531 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 53 49 -
CMYK 0 0.02 0.09 0.79
HSL 48º 0.05% 0.2% -
HSV(B) 48º 0.09% 0.21% -
XYZ 3.35 3.55 3.41 -
YUV 52.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 54 53 49 0 0.02 0.09 0.79 48 0.05 0.2
Hex 36 35 31 0 2 9 4F 30 5 14
Octal 66 65 61 0 2 11 117 60 5 24
Binary 110110 110101 110001 0 10 1001 1001111 110000 101 10100

Color Harmonies of #363531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363531

Black with #363531

Text Example


Text Example

White with #363531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363531; }

 p { color: rgb(54,53,49); }

 H1.HeaderClassName
 {
   color: #363531;
 }
 .AnyTagClassName
 {
   color: #363531;
 }
</style>

background-color css

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

 a { background-color: rgb(54,53,49); }

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

border-color css

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

 span { border-color: rgb(54,53,49); }

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