#382547

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

Shades of Jagger #382547

Tints of Jagger #382547

Color information

#382547 (or 0x382547) is unknown color: approx Jagger. HEX triplet: 38, 25 and 47. RGB value is (56,37,71). Sum of RGB (Red+Green+Blue) = 56+37+71=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 71 - color contains mainly: blue. Hex color #382547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382547 is #C7DAB8. Grayscale: #2E2E2E. Windows color (decimal): -13097657 or 4662584. OLE color: 4662584.

HSL color Cylindrical-coordinate representation of color #382547: hue angle of 273.53º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #382547 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB563771-
CMYK0.210.4800.72
HSL273.53º31.48%21.18%-
HSV(B)273.53º47.89%27.84%-
XYZ3.432.626.29-
YUV46.56141.79134.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.15%
GREEN value IS 37 (14.84% from 255) = 22.56%
BLUE value IS 71 (28.12% from 255) = 43.29%
R=34.15%
G=22.56%
B=43.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5637710.210.4800.72273.5331.4821.18
Hex38254715300481121f15
Octal7045107256001104223725
Binary111000100101100011110101110000010010001000100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382547; }

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

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

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

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

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

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

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

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