#383418

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

Shades of Graphite #383418

Tints of Graphite #383418

Color information

#383418 (or 0x383418) is unknown color: approx Graphite. HEX triplet: 38, 34 and 18. RGB value is (56,52,24). Sum of RGB (Red+Green+Blue) = 56+52+24=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 56 - color contains mainly: red. Hex color #383418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383418 is #C7CBE7. Grayscale: #323232. Windows color (decimal): -13093864 or 1586232. OLE color: 1586232.

HSL color Cylindrical-coordinate representation of color #383418: hue angle of 52.5º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #383418 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.78.

Color convert

RGB565224-
CMYK00.070.570.78
HSL52.5º40%15.69%-
HSV(B)52.5º57.14%21.96%-
XYZ3.023.361.35-
YUV50113.33132.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.42%
GREEN value IS 52 (20.70% from 255) = 39.39%
BLUE value IS 24 (9.77% from 255) = 18.18%
R=42.42%
G=39.39%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56522400.070.570.7852.54015.69
Hex38341807394E342810
Octal7064300771116645020
Binary111000110100110000111111001100111011010010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383418; }

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

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

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

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

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

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

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

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