Html Css Color HEX #363018 Graphite

📋 copy color: '#363018'

red 54 ◦ green 48 ◦ blue 24

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

Shades of Graphite #363018

Tints of Graphite #363018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 19.05%

R = 42.86%
G = 38.1%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.79

RGB Variations

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

Color information

#363018 (or 0x363018) is known color: Graphite. HEX triplet: 36, 30 and 18. RGB value is (54,48,24). Sum of RGB (Red+Green+Blue) = 54+48+24=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 54 - color contains mainly: red. Hex color #363018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363018 is #C9CFE7. Grayscale: #2F2F2F. Windows color (decimal): -13225960 or 1585206. OLE color: 1585206.

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

Color convert

RGB 54 48 24 -
CMYK 0 0.11 0.56 0.79
HSL 48º 0.38% 0.15% -
HSV(B) 48º 0.56% 0.21% -
XYZ 2.74 2.96 1.29 -
YUV 47.06 114.99 132.95 -
System Red Green Blue C M Y K H S L
Decimal 54 48 24 0 0.11 0.56 0.79 48 0.38 0.15
Hex 36 30 18 0 B 38 4F 30 26 F
Octal 66 60 30 0 13 70 117 60 46 17
Binary 110110 110000 11000 0 1011 111000 1001111 110000 100110 1111

Color Harmonies of #363018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363018

Black with #363018

Text Example


Text Example

White with #363018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363018; }

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

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

background-color css

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

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

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

border-color css

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

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

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