Html Css Color HEX #363017 Graphite

📋 copy color: '#363017'

red 54 ◦ green 48 ◦ blue 23

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

Shades of Graphite #363017

Tints of Graphite #363017

RGB

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

 GREEN value IS 48 (19.14% from 255) = 38.4%

 BLUE value IS 23 (9.38% from 255) = 18.4%

R = 43.2%
G = 38.4%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.79

RGB Variations

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

Color information

#363017 (or 0x363017) is known color: Graphite. HEX triplet: 36, 30 and 17. RGB value is (54,48,23). Sum of RGB (Red+Green+Blue) = 54+48+23=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 23 (9.38% from 255 or 18.4% from 125); Max value from RGB is 54 - color contains mainly: red. Hex color #363017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363017 is #C9CFE8. Grayscale: #2F2F2F. Windows color (decimal): -13225961 or 1519670. OLE color: 1519670.

HSL color Cylindrical-coordinate representation of color #363017: hue angle of 48.39º degrees, saturation: 0.4, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #363017 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 48 23 -
CMYK 0 0.11 0.57 0.79
HSL 48.39º 0.4% 0.15% -
HSV(B) 48.39º 0.57% 0.21% -
XYZ 2.73 2.96 1.24 -
YUV 46.94 114.49 133.03 -
System Red Green Blue C M Y K H S L
Decimal 54 48 23 0 0.11 0.57 0.79 48.39 0.4 0.15
Hex 36 30 17 0 B 39 4F 30 28 F
Octal 66 60 27 0 13 71 117 60 50 17
Binary 110110 110000 10111 0 1011 111001 1001111 110000 101000 1111

Color Harmonies of #363017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363017

Black with #363017

Text Example


Text Example

White with #363017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363017; }

 p { color: rgb(54,48,23); }

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

background-color css

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

 a { background-color: rgb(54,48,23); }

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

border-color css

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

 span { border-color: rgb(54,48,23); }

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