Html Css Color HEX #363429 Graphite

📋 copy color: '#363429'

red 54 ◦ green 52 ◦ blue 41

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

Shades of Graphite #363429

Tints of Graphite #363429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 27.89%

R = 36.73%
G = 35.37%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.79

RGB Variations

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

Color information

#363429 (or 0x363429) is known color: Graphite. HEX triplet: 36, 34 and 29. RGB value is (54,52,41). Sum of RGB (Red+Green+Blue) = 54+52+41=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 54 - color contains mainly: red. Hex color #363429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363429 is #C9CBD6. Grayscale: #333333. Windows color (decimal): -13224919 or 2700342. OLE color: 2700342.

HSL color Cylindrical-coordinate representation of color #363429: hue angle of 50.77º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #363429 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 52 41 -
CMYK 0 0.04 0.24 0.79
HSL 50.77º 0.14% 0.19% -
HSV(B) 50.77º 0.24% 0.21% -
XYZ 3.15 3.4 2.59 -
YUV 51.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 54 52 41 0 0.04 0.24 0.79 50.77 0.14 0.19
Hex 36 34 29 0 4 18 4F 33 E 13
Octal 66 64 51 0 4 30 117 63 16 23
Binary 110110 110100 101001 0 100 11000 1001111 110011 1110 10011

Color Harmonies of #363429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363429

Black with #363429

Text Example


Text Example

White with #363429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363429; }

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

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

background-color css

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

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

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

border-color css

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

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

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