#382546

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

Shades of Jagger #382546

Tints of Jagger #382546

Color information

#382546 (or 0x382546) is unknown color: approx Jagger. HEX triplet: 38, 25 and 46. RGB value is (56,37,70). Sum of RGB (Red+Green+Blue) = 56+37+70=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 70 - color contains mainly: blue. Hex color #382546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382546 is #C7DAB9. Grayscale: #2E2E2E. Windows color (decimal): -13097658 or 4597048. OLE color: 4597048.

HSL color Cylindrical-coordinate representation of color #382546: hue angle of 274.55º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #382546 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB563770-
CMYK0.200.4700.73
HSL274.55º30.84%20.98%-
HSV(B)274.55º47.14%27.45%-
XYZ3.42.616.12-
YUV46.44141.29134.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.36%
GREEN value IS 37 (14.84% from 255) = 22.70%
BLUE value IS 70 (27.73% from 255) = 42.94%
R=34.36%
G=22.70%
B=42.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5637700.200.4700.73274.5530.8420.98
Hex382546142F0491131f15
Octal7045106245701114233725
Binary111000100101100011010100101111010010011000100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382546; }

 p { color: rgb(56,37,70); }

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

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

 a { background-color: rgb(56,37,70); }

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

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

 span { border-color: rgb(56,37,70); }

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