#3A3833

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

Shades of Graphite #3A3833

Tints of Graphite #3A3833

Color information

#3A3833 (or 0x3A3833) is unknown color: approx Graphite. HEX triplet: 3A, 38 and 33. RGB value is (58,56,51). Sum of RGB (Red+Green+Blue) = 58+56+51=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3833 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3833 is #C5C7CC. Grayscale: #383838. Windows color (decimal): -12961741 or 3356730. OLE color: 3356730.

HSL color Cylindrical-coordinate representation of color #3A3833: hue angle of 42.86º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3A3833 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.77.

Color convert

RGB585651-
CMYK00.030.120.77
HSL42.86º6.42%21.37%-
HSV(B)42.86º12.07%22.75%-
XYZ3.763.973.7-
YUV56.03125.16129.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.15%
GREEN value IS 56 (22.27% from 255) = 33.94%
BLUE value IS 51 (20.31% from 255) = 30.91%
R=35.15%
G=33.94%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58565100.030.120.7742.866.4221.37
Hex3A383303C4D2b615
Octal727063031411553625
Binary1110101110001100110111100100110110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A3833; }

 p { color: rgb(58,56,51); }

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

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

 a { background-color: rgb(58,56,51); }

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

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

 span { border-color: rgb(58,56,51); }

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