#383423

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

Shades of Graphite #383423

Tints of Graphite #383423

Color information

#383423 (or 0x383423) is unknown color: approx Graphite. HEX triplet: 38, 34 and 23. RGB value is (56,52,35). Sum of RGB (Red+Green+Blue) = 56+52+35=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 56 - color contains mainly: red. Hex color #383423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383423 is #C7CBDC. Grayscale: #333333. Windows color (decimal): -13093853 or 2307128. OLE color: 2307128.

HSL color Cylindrical-coordinate representation of color #383423: hue angle of 48.57º 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 #383423 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB565235-
CMYK00.070.370.78
HSL48.57º23.08%17.84%-
HSV(B)48.57º37.5%21.96%-
XYZ3.163.422.08-
YUV51.26118.83131.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.16%
GREEN value IS 52 (20.70% from 255) = 36.36%
BLUE value IS 35 (14.06% from 255) = 24.48%
R=39.16%
G=36.36%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56523500.070.370.7848.5723.0817.84
Hex38342307254E311712
Octal7064430745116612722
Binary111000110100100011011110010110011101100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383423; }

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

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

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

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

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

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

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

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