#382646

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

Shades of Jagger #382646

Tints of Jagger #382646

Color information

#382646 (or 0x382646) is unknown color: approx Jagger. HEX triplet: 38, 26 and 46. RGB value is (56,38,70). Sum of RGB (Red+Green+Blue) = 56+38+70=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 70 (27.73% from 255 or 42.68% from 164); Max value from RGB is 70 - color contains mainly: blue. Hex color #382646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382646 is #C7D9B9. Grayscale: #2E2E2E. Windows color (decimal): -13097402 or 4597304. OLE color: 4597304.

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

Color convert

RGB563870-
CMYK0.200.4600.73
HSL273.75º29.63%21.18%-
HSV(B)273.75º45.71%27.45%-
XYZ3.432.676.13-
YUV47.03140.96134.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.15%
GREEN value IS 38 (15.23% from 255) = 23.17%
BLUE value IS 70 (27.73% from 255) = 42.68%
R=34.15%
G=23.17%
B=42.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5638700.200.4600.73273.7529.6321.18
Hex382646142E0491121e15
Octal7046106245601114223625
Binary111000100110100011010100101110010010011000100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382646; }

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

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

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

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

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

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

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

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