#383951

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

Shades of Payne's Grey #383951

Tints of Payne's Grey #383951

Color information

#383951 (or 0x383951) is unknown color: approx Payne's Grey. HEX triplet: 38, 39 and 51. RGB value is (56,57,81). Sum of RGB (Red+Green+Blue) = 56+57+81=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 81 - color contains mainly: blue. Hex color #383951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383951 is #C7C6AE. Grayscale: #3B3B3B. Windows color (decimal): -13092527 or 5323064. OLE color: 5323064.

HSL color Cylindrical-coordinate representation of color #383951: hue angle of 237.6º 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 #383951 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB565781-
CMYK0.310.3000.68
HSL237.6º18.25%26.86%-
HSV(B)237.6º30.86%31.76%-
XYZ4.584.368.39-
YUV59.44140.17125.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.87%
GREEN value IS 57 (22.66% from 255) = 29.38%
BLUE value IS 81 (32.03% from 255) = 41.75%
R=28.87%
G=29.38%
B=41.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5657810.310.3000.68237.618.2526.86
Hex3839511F1E044ee121b
Octal7071121373601043562233
Binary1110001110011010001111111111001000100111011101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383951; }

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

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

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

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

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

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

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

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