#38351C

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

Shades of Graphite #38351C

Tints of Graphite #38351C

Color information

#38351C (or 0x38351C) is unknown color: approx Graphite. HEX triplet: 38, 35 and 1C. RGB value is (56,53,28). Sum of RGB (Red+Green+Blue) = 56+53+28=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 56 - color contains mainly: red. Hex color #38351C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38351C is #C7CAE3. Grayscale: #333333. Windows color (decimal): -13093604 or 1848632. OLE color: 1848632.

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

Color convert

RGB565328-
CMYK00.050.500.78
HSL53.57º33.33%16.47%-
HSV(B)53.57º50%21.96%-
XYZ3.113.471.6-
YUV51.05114.99131.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.88%
GREEN value IS 53 (21.09% from 255) = 38.69%
BLUE value IS 28 (11.33% from 255) = 20.44%
R=40.88%
G=38.69%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56532800.050.500.7853.5733.3316.47
Hex38351C05324E362110
Octal7065340562116664120
Binary111000110101111000101110010100111011011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38351C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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