Html Css Color HEX #362F18 Graphite

📋 copy color: '#362F18'

red 54 ◦ green 47 ◦ blue 24

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

Shades of Graphite #362F18

Tints of Graphite #362F18

RGB

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

 GREEN value IS 47 (18.75% from 255) = 37.6%

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

R = 43.2%
G = 37.6%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.79

RGB Variations

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

Color information

#362F18 (or 0x362F18) is known color: Graphite. HEX triplet: 36, 2F and 18. RGB value is (54,47,24). Sum of RGB (Red+Green+Blue) = 54+47+24=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 47 (18.75% from 255 or 37.6% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 54 - color contains mainly: red. Hex color #362F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362F18 is #C9D0E7. Grayscale: #2E2E2E. Windows color (decimal): -13226216 or 1584950. OLE color: 1584950.

HSL color Cylindrical-coordinate representation of color #362F18: hue angle of 46º 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 #362F18 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 47 24 -
CMYK 0 0.13 0.56 0.79
HSL 46º 0.38% 0.15% -
HSV(B) 46º 0.56% 0.21% -
XYZ 2.7 2.88 1.28 -
YUV 46.47 115.32 133.37 -
System Red Green Blue C M Y K H S L
Decimal 54 47 24 0 0.13 0.56 0.79 46 0.38 0.15
Hex 36 2F 18 0 D 38 4F 2E 26 F
Octal 66 57 30 0 15 70 117 56 46 17
Binary 110110 101111 11000 0 1101 111000 1001111 101110 100110 1111

Color Harmonies of #362F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362F18

Black with #362F18

Text Example


Text Example

White with #362F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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