#381D50

Color #381D50 Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #381D50

Tints of Jagger #381D50

Color information

#381D50 (or 0x381D50) is unknown color: approx Jagger. HEX triplet: 38, 1D and 50. RGB value is (56,29,80). Sum of RGB (Red+Green+Blue) = 56+29+80=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #381D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381D50 is #C7E2AF. Grayscale: #2A2A2A. Windows color (decimal): -13099696 or 5250360. OLE color: 5250360.

HSL color Cylindrical-coordinate representation of color #381D50: hue angle of 271.76º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #381D50 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB562980-
CMYK0.300.6400.69
HSL271.76º46.79%21.37%-
HSV(B)271.76º63.75%31.37%-
XYZ3.522.37.85-
YUV42.89148.95137.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.94%
GREEN value IS 29 (11.72% from 255) = 17.58%
BLUE value IS 80 (31.64% from 255) = 48.48%
R=33.94%
G=17.58%
B=48.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5629800.300.6400.69271.7646.7921.37
Hex381D501E400451102f15
Octal70351203610001054205725
Binary1110001110110100001111010000000100010110001000010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381D50; }

 p { color: rgb(56,29,80); }

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

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

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

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

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

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

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