#383523

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

Shades of Graphite #383523

Tints of Graphite #383523

Color information

#383523 (or 0x383523) is unknown color: approx Graphite. HEX triplet: 38, 35 and 23. RGB value is (56,53,35). Sum of RGB (Red+Green+Blue) = 56+53+35=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 35 (14.06% from 255 or 24.31% from 144); Max value from RGB is 56 - color contains mainly: red. Hex color #383523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383523 is #C7CADC. Grayscale: #333333. Windows color (decimal): -13093597 or 2307384. OLE color: 2307384.

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

Color convert

RGB565335-
CMYK00.050.370.78
HSL51.43º23.08%17.84%-
HSV(B)51.43º37.5%21.96%-
XYZ3.213.512.1-
YUV51.84118.49130.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.89%
GREEN value IS 53 (21.09% from 255) = 36.81%
BLUE value IS 35 (14.06% from 255) = 24.31%
R=38.89%
G=36.81%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56533500.050.370.7851.4323.0817.84
Hex38352305254E331712
Octal7065430545116632722
Binary111000110101100011010110010110011101100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383523; }

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

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

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

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

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

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

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

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