Html Css Color HEX #36321F Graphite

📋 copy color: '#36321F'

red 54 ◦ green 50 ◦ blue 31

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

Shades of Graphite #36321F

Tints of Graphite #36321F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 22.96%

R = 40%
G = 37.04%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.79

RGB Variations

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

Color information

#36321F (or 0x36321F) is known color: Graphite. HEX triplet: 36, 32 and 1F. RGB value is (54,50,31). Sum of RGB (Red+Green+Blue) = 54+50+31=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 54 - color contains mainly: red. Hex color #36321F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36321F is #C9CDE0. Grayscale: #313131. Windows color (decimal): -13225441 or 2044470. OLE color: 2044470.

HSL color Cylindrical-coordinate representation of color #36321F: hue angle of 49.57º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #36321F is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 50 31 -
CMYK 0 0.07 0.43 0.79
HSL 49.57º 0.27% 0.17% -
HSV(B) 49.57º 0.43% 0.21% -
XYZ 2.91 3.16 1.75 -
YUV 49.03 117.83 131.54 -
System Red Green Blue C M Y K H S L
Decimal 54 50 31 0 0.07 0.43 0.79 49.57 0.27 0.17
Hex 36 32 1F 0 7 2B 4F 32 1B 11
Octal 66 62 37 0 7 53 117 62 33 21
Binary 110110 110010 11111 0 111 101011 1001111 110010 11011 10001

Color Harmonies of #36321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36321F

Black with #36321F

Text Example


Text Example

White with #36321F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36321F; }

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

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

background-color css

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

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

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

border-color css

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

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

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