#38362A

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

Shades of Graphite #38362A

Tints of Graphite #38362A

Color information

#38362A (or 0x38362A) is unknown color: approx Graphite. HEX triplet: 38, 36 and 2A. RGB value is (56,54,42). Sum of RGB (Red+Green+Blue) = 56+54+42=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 56 - color contains mainly: red. Hex color #38362A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38362A is #C7C9D5. Grayscale: #353535. Windows color (decimal): -13093334 or 2766392. OLE color: 2766392.

HSL color Cylindrical-coordinate representation of color #38362A: hue angle of 51.43º 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 #38362A is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB565442-
CMYK00.040.250.78
HSL51.43º14.29%19.22%-
HSV(B)51.43º25%21.96%-
XYZ3.373.652.72-
YUV53.23121.66129.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.84%
GREEN value IS 54 (21.48% from 255) = 35.53%
BLUE value IS 42 (16.80% from 255) = 27.63%
R=36.84%
G=35.53%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56544200.040.250.7851.4314.2919.22
Hex38362A04194E33e13
Octal7066520431116631623
Binary1110001101101010100100110011001110110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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