#382447

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

Shades of Jagger #382447

Tints of Jagger #382447

Color information

#382447 (or 0x382447) is unknown color: approx Jagger. HEX triplet: 38, 24 and 47. RGB value is (56,36,71). Sum of RGB (Red+Green+Blue) = 56+36+71=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 71 (28.12% from 255 or 43.56% from 163); Max value from RGB is 71 - color contains mainly: blue. Hex color #382447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382447 is #C7DBB8. Grayscale: #2D2D2D. Windows color (decimal): -13097913 or 4662328. OLE color: 4662328.

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

Color convert

RGB563671-
CMYK0.210.4900.72
HSL274.29º32.71%20.98%-
HSV(B)274.29º49.3%27.84%-
XYZ3.42.566.28-
YUV45.97142.13135.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.36%
GREEN value IS 36 (14.45% from 255) = 22.09%
BLUE value IS 71 (28.12% from 255) = 43.56%
R=34.36%
G=22.09%
B=43.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5636710.210.4900.72274.2932.7120.98
Hex38244715310481122115
Octal7044107256101104224125
Binary1110001001001000111101011100010100100010001001010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382447; }

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

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

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

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

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

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

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

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