#382649

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

Shades of Jagger #382649

Tints of Jagger #382649

Color information

#382649 (or 0x382649) is unknown color: approx Jagger. HEX triplet: 38, 26 and 49. RGB value is (56,38,73). Sum of RGB (Red+Green+Blue) = 56+38+73=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 73 - color contains mainly: blue. Hex color #382649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382649 is #C7D9B6. Grayscale: #2F2F2F. Windows color (decimal): -13097399 or 4793912. OLE color: 4793912.

HSL color Cylindrical-coordinate representation of color #382649: hue angle of 270.86º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #382649 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB563873-
CMYK0.230.4800.71
HSL270.86º31.53%21.76%-
HSV(B)270.86º47.95%28.63%-
XYZ3.532.716.64-
YUV47.37142.46134.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.53%
GREEN value IS 38 (15.23% from 255) = 22.75%
BLUE value IS 73 (28.91% from 255) = 43.71%
R=33.53%
G=22.75%
B=43.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5638730.230.4800.71270.8631.5321.76
Hex382649173004710f2016
Octal7046111276001074174026
Binary1110001001101001001101111100000100011110000111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382649; }

 p { color: rgb(56,38,73); }

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

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

 a { background-color: rgb(56,38,73); }

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

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

 span { border-color: rgb(56,38,73); }

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