Html Css Color HEX #363425 Graphite

📋 copy color: '#363425'

red 54 ◦ green 52 ◦ blue 37

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

Shades of Graphite #363425

Tints of Graphite #363425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.36%

 BLUE value IS 37 (14.84% from 255) = 25.87%

R = 37.76%
G = 36.36%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.79

RGB Variations

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

Color information

#363425 (or 0x363425) is known color: Graphite. HEX triplet: 36, 34 and 25. RGB value is (54,52,37). Sum of RGB (Red+Green+Blue) = 54+52+37=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 54 - color contains mainly: red. Hex color #363425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363425 is #C9CBDA. Grayscale: #323232. Windows color (decimal): -13224923 or 2438198. OLE color: 2438198.

HSL color Cylindrical-coordinate representation of color #363425: hue angle of 52.94º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #363425 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 52 37 -
CMYK 0 0.04 0.31 0.79
HSL 52.94º 0.19% 0.18% -
HSV(B) 52.94º 0.31% 0.21% -
XYZ 3.08 3.37 2.24 -
YUV 50.89 120.16 130.22 -
System Red Green Blue C M Y K H S L
Decimal 54 52 37 0 0.04 0.31 0.79 52.94 0.19 0.18
Hex 36 34 25 0 4 1F 4F 35 13 12
Octal 66 64 45 0 4 37 117 65 23 22
Binary 110110 110100 100101 0 100 11111 1001111 110101 10011 10010

Color Harmonies of #363425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363425

Black with #363425

Text Example


Text Example

White with #363425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363425; }

 p { color: rgb(54,52,37); }

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

background-color css

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

 a { background-color: rgb(54,52,37); }

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

border-color css

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

 span { border-color: rgb(54,52,37); }

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