Html Css Color HEX #363125 Graphite

📋 copy color: '#363125'

red 54 ◦ green 49 ◦ blue 37

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

Shades of Graphite #363125

Tints of Graphite #363125

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35%

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

R = 38.57%
G = 35%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.79

RGB Variations

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

Color information

#363125 (or 0x363125) is known color: Graphite. HEX triplet: 36, 31 and 25. RGB value is (54,49,37). Sum of RGB (Red+Green+Blue) = 54+49+37=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 54 - color contains mainly: red. Hex color #363125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363125 is #C9CEDA. Grayscale: #313131. Windows color (decimal): -13225691 or 2437430. OLE color: 2437430.

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

Color convert

RGB 54 49 37 -
CMYK 0 0.09 0.31 0.79
HSL 42.35º 0.19% 0.18% -
HSV(B) 42.35º 0.31% 0.21% -
XYZ 2.95 3.11 2.2 -
YUV 49.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 54 49 37 0 0.09 0.31 0.79 42.35 0.19 0.18
Hex 36 31 25 0 9 1F 4F 2A 13 12
Octal 66 61 45 0 11 37 117 52 23 22
Binary 110110 110001 100101 0 1001 11111 1001111 101010 10011 10010

Color Harmonies of #363125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363125

Black with #363125

Text Example


Text Example

White with #363125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363125; }

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

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

background-color css

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

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

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

border-color css

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

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

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