#382350

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

Shades of Jagger #382350

Tints of Jagger #382350

Color information

#382350 (or 0x382350) is unknown color: approx Jagger. HEX triplet: 38, 23 and 50. RGB value is (56,35,80). Sum of RGB (Red+Green+Blue) = 56+35+80=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 80 - color contains mainly: blue. Hex color #382350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382350 is #C7DCAF. Grayscale: #2E2E2E. Windows color (decimal): -13098160 or 5251896. OLE color: 5251896.

HSL color Cylindrical-coordinate representation of color #382350: hue angle of 268º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #382350 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB563580-
CMYK0.300.5600.69
HSL268º39.13%22.55%-
HSV(B)268º56.25%31.37%-
XYZ3.682.627.9-
YUV46.41146.96134.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.75%
GREEN value IS 35 (14.06% from 255) = 20.47%
BLUE value IS 80 (31.64% from 255) = 46.78%
R=32.75%
G=20.47%
B=46.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5635800.300.5600.6926839.1322.55
Hex3823501E3804510c2717
Octal7043120367001054144727
Binary1110001000111010000111101110000100010110000110010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382350; }

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

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

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

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

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

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

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

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