#381B50

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

Shades of Jagger #381B50

Tints of Jagger #381B50

Color information

#381B50 (or 0x381B50) is unknown color: approx Jagger. HEX triplet: 38, 1B and 50. RGB value is (56,27,80). Sum of RGB (Red+Green+Blue) = 56+27+80=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #381B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381B50 is #C7E4AF. Grayscale: #292929. Windows color (decimal): -13100208 or 5249848. OLE color: 5249848.

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

Color convert

RGB562780-
CMYK0.300.6600.69
HSL272.83º49.53%20.98%-
HSV(B)272.83º66.25%31.37%-
XYZ3.472.27.83-
YUV41.71149.61138.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.36%
GREEN value IS 27 (10.94% from 255) = 16.56%
BLUE value IS 80 (31.64% from 255) = 49.08%
R=34.36%
G=16.56%
B=49.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5627800.300.6600.69272.8349.5320.98
Hex381B501E420451113215
Octal70331203610201054216225
Binary1110001101110100001111010000100100010110001000111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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