Html Css Color HEX #36321A Graphite

📋 copy color: '#36321A'

red 54 ◦ green 50 ◦ blue 26

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

Shades of Graphite #36321A

Tints of Graphite #36321A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20%

R = 41.54%
G = 38.46%
B = 20%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.79

RGB Variations

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

Color information

#36321A (or 0x36321A) is known color: Graphite. HEX triplet: 36, 32 and 1A. RGB value is (54,50,26). Sum of RGB (Red+Green+Blue) = 54+50+26=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 54 - color contains mainly: red. Hex color #36321A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36321A is #C9CDE5. Grayscale: #303030. Windows color (decimal): -13225446 or 1716790. OLE color: 1716790.

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

Color convert

RGB 54 50 26 -
CMYK 0 0.07 0.52 0.79
HSL 51.43º 0.35% 0.16% -
HSV(B) 51.43º 0.52% 0.21% -
XYZ 2.85 3.14 1.43 -
YUV 48.46 115.33 131.95 -
System Red Green Blue C M Y K H S L
Decimal 54 50 26 0 0.07 0.52 0.79 51.43 0.35 0.16
Hex 36 32 1A 0 7 34 4F 33 23 10
Octal 66 62 32 0 7 64 117 63 43 20
Binary 110110 110010 11010 0 111 110100 1001111 110011 100011 10000

Color Harmonies of #36321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36321A

Black with #36321A

Text Example


Text Example

White with #36321A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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