#381E49

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

Shades of Jagger #381E49

Tints of Jagger #381E49

Color information

#381E49 (or 0x381E49) is unknown color: approx Jagger. HEX triplet: 38, 1E and 49. RGB value is (56,30,73). Sum of RGB (Red+Green+Blue) = 56+30+73=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 73 - color contains mainly: blue. Hex color #381E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E49 is #C7E1B6. Grayscale: #2A2A2A. Windows color (decimal): -13099447 or 4791864. OLE color: 4791864.

HSL color Cylindrical-coordinate representation of color #381E49: hue angle of 276.28º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #381E49 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB563073-
CMYK0.230.5900.71
HSL276.28º41.75%20.2%-
HSV(B)276.28º58.9%28.63%-
XYZ3.32.256.56-
YUV42.68145.11137.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.22%
GREEN value IS 30 (12.11% from 255) = 18.87%
BLUE value IS 73 (28.91% from 255) = 45.91%
R=35.22%
G=18.87%
B=45.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5630730.230.5900.71276.2841.7520.2
Hex381E49173B0471142a14
Octal7036111277301074245224
Binary111000111101001001101111110110100011110001010010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,30,73); }

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

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

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

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

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

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

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