#38352E

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

Shades of Graphite #38352E

Tints of Graphite #38352E

Color information

#38352E (or 0x38352E) is unknown color: approx Graphite. HEX triplet: 38, 35 and 2E. RGB value is (56,53,46). Sum of RGB (Red+Green+Blue) = 56+53+46=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 56 - color contains mainly: red. Hex color #38352E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38352E is #C7CAD1. Grayscale: #353535. Windows color (decimal): -13093586 or 3028280. OLE color: 3028280.

HSL color Cylindrical-coordinate representation of color #38352E: hue angle of 42º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #38352E is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB565346-
CMYK00.050.180.78
HSL42º9.8%20%-
HSV(B)42º17.86%21.96%-
XYZ3.43.583.1-
YUV53.1123.99130.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.13%
GREEN value IS 53 (21.09% from 255) = 34.19%
BLUE value IS 46 (18.36% from 255) = 29.68%
R=36.13%
G=34.19%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56534600.050.180.78429.820
Hex38352E05124E2aa14
Octal7065560522116521224
Binary1110001101011011100101100101001110101010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38352E; }

 p { color: rgb(56,53,46); }

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

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

 a { background-color: rgb(56,53,46); }

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

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

 span { border-color: rgb(56,53,46); }

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