#383A4F

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

Shades of Payne's Grey #383A4F

Tints of Payne's Grey #383A4F

Color information

#383A4F (or 0x383A4F) is unknown color: approx Payne's Grey. HEX triplet: 38, 3A and 4F. RGB value is (56,58,79). Sum of RGB (Red+Green+Blue) = 56+58+79=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 79 - color contains mainly: blue. Hex color #383A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383A4F is #C7C5B0. Grayscale: #3B3B3B. Windows color (decimal): -13092273 or 5192248. OLE color: 5192248.

HSL color Cylindrical-coordinate representation of color #383A4F: hue angle of 234.78º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #383A4F is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB565879-
CMYK0.290.2700.69
HSL234.78º17.04%26.47%-
HSV(B)234.78º29.11%30.98%-
XYZ4.564.438.01-
YUV59.8138.84125.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.02%
GREEN value IS 58 (23.05% from 255) = 30.05%
BLUE value IS 79 (31.25% from 255) = 40.93%
R=29.02%
G=30.05%
B=40.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5658790.290.2700.69234.7817.0426.47
Hex383A4F1D1B045eb111a
Octal7072117353301053532132
Binary1110001110101001111111011101101000101111010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383A4F; }

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

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

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

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

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

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

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

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