#383855

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

Shades of Payne's Grey #383855

Tints of Payne's Grey #383855

Color information

#383855 (or 0x383855) is unknown color: approx Payne's Grey. HEX triplet: 38, 38 and 55. RGB value is (56,56,85). Sum of RGB (Red+Green+Blue) = 56+56+85=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 85 - color contains mainly: blue. Hex color #383855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383855 is #C7C7AA. Grayscale: #3B3B3B. Windows color (decimal): -13092779 or 5584952. OLE color: 5584952.

HSL color Cylindrical-coordinate representation of color #383855: hue angle of 240º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #383855 is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB565685-
CMYK0.340.3400.67
HSL240º20.57%27.65%-
HSV(B)240º34.12%33.33%-
XYZ4.684.329.18-
YUV59.31142.5125.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.43%
GREEN value IS 56 (22.27% from 255) = 28.43%
BLUE value IS 85 (33.59% from 255) = 43.15%
R=28.43%
G=28.43%
B=43.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5656850.340.3400.6724020.5727.65
Hex3838552222043f0151c
Octal7070125424201033602534
Binary111000111000101010110001010001001000011111100001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383855; }

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

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

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

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

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

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

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

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