#38316A

Color #38316A Minsk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Minsk #38316A

Tints of Minsk #38316A

Color information

#38316A (or 0x38316A) is unknown color: approx Minsk. HEX triplet: 38, 31 and 6A. RGB value is (56,49,106). Sum of RGB (Red+Green+Blue) = 56+49+106=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 106 (41.80% from 255 or 50.24% from 211); Max value from RGB is 106 - color contains mainly: blue. Hex color #38316A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38316A is #C7CE95. Grayscale: #393939. Windows color (decimal): -13094550 or 6959416. OLE color: 6959416.

HSL color Cylindrical-coordinate representation of color #38316A: hue angle of 247.37º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38316A is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5649106-
CMYK0.470.5400.58
HSL247.37º36.77%30.39%-
HSV(B)247.37º53.77%41.57%-
XYZ5.334.0814.14-
YUV57.59155.32126.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.54%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 106 (41.80% from 255) = 50.24%
R=26.54%
G=23.22%
B=50.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56491060.470.5400.58247.3736.7730.39
Hex38316A2F3603Af7251e
Octal706115257660723674536
Binary111000110001110101010111111011001110101111011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38316A; }

 p { color: rgb(56,49,106); }

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

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

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

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

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

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

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