#381D51

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

Shades of Jagger #381D51

Tints of Jagger #381D51

Color information

#381D51 (or 0x381D51) is unknown color: approx Jagger. HEX triplet: 38, 1D and 51. RGB value is (56,29,81). Sum of RGB (Red+Green+Blue) = 56+29+81=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 81 - color contains mainly: blue. Hex color #381D51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381D51 is #C7E2AE. Grayscale: #2A2A2A. Windows color (decimal): -13099695 or 5315896. OLE color: 5315896.

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

Color convert

RGB562981-
CMYK0.310.6400.68
HSL271.15º47.27%21.57%-
HSV(B)271.15º64.2%31.76%-
XYZ3.562.318.04-
YUV43149.45137.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.73%
GREEN value IS 29 (11.72% from 255) = 17.47%
BLUE value IS 81 (32.03% from 255) = 48.80%
R=33.73%
G=17.47%
B=48.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5629810.310.6400.68271.1547.2721.57
Hex381D511F4004410f2f16
Octal70351213710001044175726
Binary1110001110110100011111110000000100010010000111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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