Html Css Color HEX #363428 Graphite

📋 copy color: '#363428'

red 54 ◦ green 52 ◦ blue 40

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

Shades of Graphite #363428

Tints of Graphite #363428

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.62%

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

R = 36.99%
G = 35.62%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.79

RGB Variations

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

Color information

#363428 (or 0x363428) is known color: Graphite. HEX triplet: 36, 34 and 28. RGB value is (54,52,40). Sum of RGB (Red+Green+Blue) = 54+52+40=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 54 - color contains mainly: red. Hex color #363428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363428 is #C9CBD7. Grayscale: #333333. Windows color (decimal): -13224920 or 2634806. OLE color: 2634806.

HSL color Cylindrical-coordinate representation of color #363428: hue angle of 51.43º 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 #363428 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 52 40 -
CMYK 0 0.04 0.26 0.79
HSL 51.43º 0.15% 0.18% -
HSV(B) 51.43º 0.26% 0.21% -
XYZ 3.13 3.39 2.5 -
YUV 51.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 54 52 40 0 0.04 0.26 0.79 51.43 0.15 0.18
Hex 36 34 28 0 4 1A 4F 33 F 12
Octal 66 64 50 0 4 32 117 63 17 22
Binary 110110 110100 101000 0 100 11010 1001111 110011 1111 10010

Color Harmonies of #363428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363428

Black with #363428

Text Example


Text Example

White with #363428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363428; }

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

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

background-color css

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

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

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

border-color css

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

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

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