#38351B

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

Shades of Graphite #38351B

Tints of Graphite #38351B

Color information

#38351B (or 0x38351B) is unknown color: approx Graphite. HEX triplet: 38, 35 and 1B. RGB value is (56,53,27). Sum of RGB (Red+Green+Blue) = 56+53+27=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 56 - color contains mainly: red. Hex color #38351B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38351B is #C7CAE4. Grayscale: #333333. Windows color (decimal): -13093605 or 1783096. OLE color: 1783096.

HSL color Cylindrical-coordinate representation of color #38351B: hue angle of 53.79º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #38351B is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.78.

Color convert

RGB565327-
CMYK00.050.520.78
HSL53.79º34.94%16.27%-
HSV(B)53.79º51.79%21.96%-
XYZ3.13.471.54-
YUV50.93114.49131.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.18%
GREEN value IS 53 (21.09% from 255) = 38.97%
BLUE value IS 27 (10.94% from 255) = 19.85%
R=41.18%
G=38.97%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56532700.050.520.7853.7934.9416.27
Hex38351B05344E362310
Octal7065330564116664320
Binary111000110101110110101110100100111011011010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38351B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38351B; }

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

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

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

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

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

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

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

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