Html Css Color HEX #363121 Graphite

📋 copy color: '#363121'

red 54 ◦ green 49 ◦ blue 33

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

Shades of Graphite #363121

Tints of Graphite #363121

RGB

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

 GREEN value IS 49 (19.53% from 255) = 36.03%

 BLUE value IS 33 (13.28% from 255) = 24.26%

R = 39.71%
G = 36.03%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.79

RGB Variations

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

Color information

#363121 (or 0x363121) is known color: Graphite. HEX triplet: 36, 31 and 21. RGB value is (54,49,33). Sum of RGB (Red+Green+Blue) = 54+49+33=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 54 - color contains mainly: red. Hex color #363121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363121 is #C9CEDE. Grayscale: #303030. Windows color (decimal): -13225695 or 2175286. OLE color: 2175286.

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

Color convert

RGB 54 49 33 -
CMYK 0 0.09 0.39 0.79
HSL 45.71º 0.24% 0.17% -
HSV(B) 45.71º 0.39% 0.21% -
XYZ 2.89 3.09 1.88 -
YUV 48.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 54 49 33 0 0.09 0.39 0.79 45.71 0.24 0.17
Hex 36 31 21 0 9 27 4F 2E 18 11
Octal 66 61 41 0 11 47 117 56 30 21
Binary 110110 110001 100001 0 1001 100111 1001111 101110 11000 10001

Color Harmonies of #363121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363121

Black with #363121

Text Example


Text Example

White with #363121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363121; }

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

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

background-color css

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

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

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

border-color css

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

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

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