#382446

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

Shades of Jagger #382446

Tints of Jagger #382446

Color information

#382446 (or 0x382446) is unknown color: approx Jagger. HEX triplet: 38, 24 and 46. RGB value is (56,36,70). Sum of RGB (Red+Green+Blue) = 56+36+70=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 70 (27.73% from 255 or 43.21% from 162); Max value from RGB is 70 - color contains mainly: blue. Hex color #382446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382446 is #C7DBB9. Grayscale: #2D2D2D. Windows color (decimal): -13097914 or 4596792. OLE color: 4596792.

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

Color convert

RGB563670-
CMYK0.200.4900.73
HSL275.29º32.08%20.78%-
HSV(B)275.29º48.57%27.45%-
XYZ3.372.546.11-
YUV45.86141.63135.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.57%
GREEN value IS 36 (14.45% from 255) = 22.22%
BLUE value IS 70 (27.73% from 255) = 43.21%
R=34.57%
G=22.22%
B=43.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5636700.200.4900.73275.2932.0820.78
Hex38244614310491132015
Octal7044106246101114234025
Binary1110001001001000110101001100010100100110001001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382446; }

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

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

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

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

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

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

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

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