Html Css Color HEX #363328 Graphite

📋 copy color: '#363328'

red 54 ◦ green 51 ◦ blue 40

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

Shades of Graphite #363328

Tints of Graphite #363328

RGB

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

 GREEN value IS 51 (20.31% from 255) = 35.17%

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

R = 37.24%
G = 35.17%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.79

RGB Variations

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

Color information

#363328 (or 0x363328) is known color: Graphite. HEX triplet: 36, 33 and 28. RGB value is (54,51,40). Sum of RGB (Red+Green+Blue) = 54+51+40=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 54 - color contains mainly: red. Hex color #363328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363328 is #C9CCD7. Grayscale: #323232. Windows color (decimal): -13225176 or 2634550. OLE color: 2634550.

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

Color convert

RGB 54 51 40 -
CMYK 0 0.06 0.26 0.79
HSL 47.14º 0.15% 0.18% -
HSV(B) 47.14º 0.26% 0.21% -
XYZ 3.09 3.31 2.48 -
YUV 50.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 54 51 40 0 0.06 0.26 0.79 47.14 0.15 0.18
Hex 36 33 28 0 6 1A 4F 2F F 12
Octal 66 63 50 0 6 32 117 57 17 22
Binary 110110 110011 101000 0 110 11010 1001111 101111 1111 10010

Color Harmonies of #363328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363328

Black with #363328

Text Example


Text Example

White with #363328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363328; }

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

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

background-color css

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

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

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

border-color css

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

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

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