Html Css Color HEX #363325 Graphite

📋 copy color: '#363325'

red 54 ◦ green 51 ◦ blue 37

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

Shades of Graphite #363325

Tints of Graphite #363325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 35.92%

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

R = 38.03%
G = 35.92%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.79

RGB Variations

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

Color information

#363325 (or 0x363325) is known color: Graphite. HEX triplet: 36, 33 and 25. RGB value is (54,51,37). Sum of RGB (Red+Green+Blue) = 54+51+37=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 54 - color contains mainly: red. Hex color #363325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363325 is #C9CCDA. Grayscale: #323232. Windows color (decimal): -13225179 or 2437942. OLE color: 2437942.

HSL color Cylindrical-coordinate representation of color #363325: hue angle of 49.41º 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 #363325 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 51 37 -
CMYK 0 0.06 0.31 0.79
HSL 49.41º 0.19% 0.18% -
HSV(B) 49.41º 0.31% 0.21% -
XYZ 3.04 3.29 2.22 -
YUV 50.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 54 51 37 0 0.06 0.31 0.79 49.41 0.19 0.18
Hex 36 33 25 0 6 1F 4F 31 13 12
Octal 66 63 45 0 6 37 117 61 23 22
Binary 110110 110011 100101 0 110 11111 1001111 110001 10011 10010

Color Harmonies of #363325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363325

Black with #363325

Text Example


Text Example

White with #363325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363325; }

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

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

background-color css

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

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

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

border-color css

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

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

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