#38352A

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

Shades of Graphite #38352A

Tints of Graphite #38352A

Color information

#38352A (or 0x38352A) is unknown color: approx Graphite. HEX triplet: 38, 35 and 2A. RGB value is (56,53,42). Sum of RGB (Red+Green+Blue) = 56+53+42=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 56 - color contains mainly: red. Hex color #38352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38352A is #C7CAD5. Grayscale: #343434. Windows color (decimal): -13093590 or 2766136. OLE color: 2766136.

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

Color convert

RGB565342-
CMYK00.050.250.78
HSL47.14º14.29%19.22%-
HSV(B)47.14º25%21.96%-
XYZ3.323.552.7-
YUV52.64121.99130.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.09%
GREEN value IS 53 (21.09% from 255) = 35.10%
BLUE value IS 42 (16.80% from 255) = 27.81%
R=37.09%
G=35.10%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56534200.050.250.7847.1414.2919.22
Hex38352A05194E2fe13
Octal7065520531116571623
Binary1110001101011010100101110011001110101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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