#363123

Color #363123 Graphite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Graphite #363123

Tints of Graphite #363123

Color information

#363123 (or 0x363123) is unknown color: approx Graphite. HEX triplet: 36, 31 and 23. RGB value is (54,49,35). Sum of RGB (Red+Green+Blue) = 54+49+35=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 54 - color contains mainly: red. Hex color #363123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363123 is #C9CEDC. Grayscale: #303030. Windows color (decimal): -13225693 or 2306358. OLE color: 2306358.

HSL color Cylindrical-coordinate representation of color #363123: hue angle of 44.21º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #363123 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.79.

Color convert

RGB544935-
CMYK00.090.350.79
HSL44.21º21.35%17.45%-
HSV(B)44.21º35.19%21.18%-
XYZ2.923.12.03-
YUV48.9120.16131.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.13%
GREEN value IS 49 (19.53% from 255) = 35.51%
BLUE value IS 35 (14.06% from 255) = 25.36%
R=39.13%
G=35.51%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54493500.090.350.7944.2121.3517.45
Hex36312309234F2c1511
Octal66614301143117542521
Binary1101101100011000110100110001110011111011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363123; }

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

 H1.HeaderClassName
 {
   color: #363123;
 }
 .AnyTagClassName
 {
   color: #363123;
 }
</style>
background-color css

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

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

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

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

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

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