#3A3A44

Color #3A3A44 Payne's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Payne's Grey #3A3A44

Tints of Payne's Grey #3A3A44

Color information

#3A3A44 (or 0x3A3A44) is unknown color: approx Payne's Grey. HEX triplet: 3A, 3A and 44. RGB value is (58,58,68). Sum of RGB (Red+Green+Blue) = 58+58+68=184 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.52% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 68 - color contains mainly: blue. Hex color #3A3A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3A44 is #C5C5BB. Grayscale: #3B3B3B. Windows color (decimal): -12961212 or 4471354. OLE color: 4471354.

HSL color Cylindrical-coordinate representation of color #3A3A44: hue angle of 240º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3A3A44 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB585868-
CMYK0.150.1500.73
HSL240º7.94%24.71%-
HSV(B)240º14.71%26.67%-
XYZ4.34.346.08-
YUV59.14133127.19-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.52%
GREEN value IS 58 (23.05% from 255) = 31.52%
BLUE value IS 68 (26.95% from 255) = 36.96%
R=31.52%
G=31.52%
B=36.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5858680.150.1500.732407.9424.71
Hex3A3A44FF049f0819
Octal7272104171701113601031
Binary1110101110101000100111111110100100111110000100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,58,68); }

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

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

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

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

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

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

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