Html Css Color HEX #363228 Graphite

📋 copy color: '#363228'

red 54 ◦ green 50 ◦ blue 40

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

Shades of Graphite #363228

Tints of Graphite #363228

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.72%

 BLUE value IS 40 (16.02% from 255) = 27.78%

R = 37.5%
G = 34.72%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.79

RGB Variations

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

Color information

#363228 (or 0x363228) is known color: Graphite. HEX triplet: 36, 32 and 28. RGB value is (54,50,40). Sum of RGB (Red+Green+Blue) = 54+50+40=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 54 - color contains mainly: red. Hex color #363228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363228 is #C9CDD7. Grayscale: #323232. Windows color (decimal): -13225432 or 2634294. OLE color: 2634294.

HSL color Cylindrical-coordinate representation of color #363228: hue angle of 42.86º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #363228 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 50 40 -
CMYK 0 0.07 0.26 0.79
HSL 42.86º 0.15% 0.18% -
HSV(B) 42.86º 0.26% 0.21% -
XYZ 3.04 3.22 2.47 -
YUV 50.06 122.33 130.81 -
System Red Green Blue C M Y K H S L
Decimal 54 50 40 0 0.07 0.26 0.79 42.86 0.15 0.18
Hex 36 32 28 0 7 1A 4F 2B F 12
Octal 66 62 50 0 7 32 117 53 17 22
Binary 110110 110010 101000 0 111 11010 1001111 101011 1111 10010

Color Harmonies of #363228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363228

Black with #363228

Text Example


Text Example

White with #363228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363228; }

 p { color: rgb(54,50,40); }

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

background-color css

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

 a { background-color: rgb(54,50,40); }

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

border-color css

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

 span { border-color: rgb(54,50,40); }

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