#383419

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

Shades of Graphite #383419

Tints of Graphite #383419

Color information

#383419 (or 0x383419) is unknown color: approx Graphite. HEX triplet: 38, 34 and 19. RGB value is (56,52,25). Sum of RGB (Red+Green+Blue) = 56+52+25=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 25 (10.16% from 255 or 18.80% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #383419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383419 is #C7CBE6. Grayscale: #323232. Windows color (decimal): -13093863 or 1651768. OLE color: 1651768.

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

Color convert

RGB565225-
CMYK00.070.550.78
HSL52.26º38.27%15.88%-
HSV(B)52.26º55.36%21.96%-
XYZ3.033.371.41-
YUV50.12113.83132.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.11%
GREEN value IS 52 (20.70% from 255) = 39.10%
BLUE value IS 25 (10.16% from 255) = 18.80%
R=42.11%
G=39.10%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56522500.070.550.7852.2638.2715.88
Hex38341907374E342610
Octal7064310767116644620
Binary111000110100110010111110111100111011010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383419; }

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

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

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

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

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

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

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

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