#383942

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

Shades of Payne's Grey #383942

Tints of Payne's Grey #383942

Color information

#383942 (or 0x383942) is unknown color: approx Payne's Grey. HEX triplet: 38, 39 and 42. RGB value is (56,57,66). Sum of RGB (Red+Green+Blue) = 56+57+66=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 57 (22.66% from 255 or 31.84% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 66 - color contains mainly: blue. Hex color #383942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383942 is #C7C6BD. Grayscale: #393939. Windows color (decimal): -13092542 or 4340024. OLE color: 4340024.

HSL color Cylindrical-coordinate representation of color #383942: hue angle of 234º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #383942 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB565766-
CMYK0.150.1400.74
HSL234º8.2%23.92%-
HSV(B)234º15.15%25.88%-
XYZ4.084.165.74-
YUV57.73132.67126.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.28%
GREEN value IS 57 (22.66% from 255) = 31.84%
BLUE value IS 66 (26.17% from 255) = 36.87%
R=31.28%
G=31.84%
B=36.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5657660.150.1400.742348.223.92
Hex383942FE04Aea818
Octal7071102171601123521030
Binary1110001110011000010111111100100101011101010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383942; }

 p { color: rgb(56,57,66); }

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

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

 a { background-color: rgb(56,57,66); }

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

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

 span { border-color: rgb(56,57,66); }

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