#383851

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

Shades of Payne's Grey #383851

Tints of Payne's Grey #383851

Color information

#383851 (or 0x383851) is unknown color: approx Payne's Grey. HEX triplet: 38, 38 and 51. RGB value is (56,56,81). Sum of RGB (Red+Green+Blue) = 56+56+81=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 81 - color contains mainly: blue. Hex color #383851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383851 is #C7C7AE. Grayscale: #3A3A3A. Windows color (decimal): -13092783 or 5322808. OLE color: 5322808.

HSL color Cylindrical-coordinate representation of color #383851: hue angle of 240º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #383851 is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB565681-
CMYK0.310.3100.68
HSL240º18.25%26.86%-
HSV(B)240º30.86%31.76%-
XYZ4.534.268.37-
YUV58.85140.5125.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.02%
GREEN value IS 56 (22.27% from 255) = 29.02%
BLUE value IS 81 (32.03% from 255) = 41.97%
R=29.02%
G=29.02%
B=41.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5656810.310.3100.6824018.2526.86
Hex3838511F1F044f0121b
Octal7070121373701043602233
Binary1110001110001010001111111111101000100111100001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383851; }

 p { color: rgb(56,56,81); }

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

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

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

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

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

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

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